1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 23:44:27 +02:00

Remove Listener namespace

We may reverse this in the future, but for now just going for
consistency between domains (the majority do not use a Listener
namespace)
This commit is contained in:
Toby Zerner
2017-12-19 18:58:45 +10:30
parent b2fe76c819
commit e9da1ba2f5
4 changed files with 3 additions and 4 deletions

View File

@@ -11,7 +11,6 @@
namespace Flarum\Admin;
use Flarum\Admin\Listener\CheckCustomLessFormat;
use Flarum\Admin\Middleware\RequireAdministrateAbility;
use Flarum\Event\ConfigureMiddleware;
use Flarum\Extension\Event\Disabled;