1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 12:10:51 +02:00

Fix a stray class name

This commit is contained in:
Toby Zerner
2017-12-27 16:06:37 +10:30
parent cd2d56fd99
commit 21f99335bf

View File

@@ -25,7 +25,7 @@ class AddClientAssets
} }
/** /**
* @param ConfigureClientView $event * @param Rendering $event
*/ */
public function addAssets(Rendering $event) public function addAssets(Rendering $event)
{ {