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