mirror of
https://github.com/flarum/framework.git
synced 2025-04-25 22:24:04 +08:00
fix: remove return type
This commit is contained in:
parent
bbf90e42ff
commit
9a62c32c28
@ -53,7 +53,7 @@ class Assets
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __invoke(Document $document, Request $request): void
|
public function __invoke(Document $document, Request $request)
|
||||||
{
|
{
|
||||||
$locale = $request->getAttribute('locale');
|
$locale = $request->getAttribute('locale');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user