Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(boilerplate): fix incorrect namespace of AddClientAssets
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Apr 25, 2018
1 parent d63a93e commit 3d47be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/src/Listeners/AddClientAssets.php
Expand Up @@ -10,7 +10,7 @@
* file that was distributed with this source code.
*/

namespace <%= namespace %>\Listener;
namespace <%= namespace %>\Listeners;

use DirectoryIterator;
use Flarum\Event\ConfigureLocales;
Expand Down

0 comments on commit 3d47be2

Please sign in to comment.