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