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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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