1
0
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:
David Wheatley
2022-07-04 10:52:10 +01:00
committed by GitHub
parent bbf90e42ff
commit 9a62c32c28

View File

@@ -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');