1
0
mirror of https://github.com/flarum/core.git synced 2025-10-14 16:34:26 +02:00

Move another trait out of obsolete Flarum\Core namespace

This commit is contained in:
Franz Liedke
2017-06-24 14:16:19 +02:00
parent 920a4071b6
commit 4a13cd8088
29 changed files with 44 additions and 46 deletions

View File

@@ -11,7 +11,7 @@
namespace Flarum\Forum\Controller;
use Flarum\Core\Access\AssertPermissionTrait;
use Flarum\User\AssertPermissionTrait;
use Flarum\User\Event\LoggedOut;
use Flarum\Foundation\Application;
use Flarum\Http\Controller\ControllerInterface;