mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
fix: remove return type
This commit is contained in:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user