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

Restructure Flarum\Console namespace

This commit is contained in:
Franz Liedke
2017-06-24 11:29:44 +02:00
parent 9b24fbd5e5
commit c6985ae31c
7 changed files with 8 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
namespace Flarum\Install\Console;
use Exception;
use Flarum\Console\Command\AbstractCommand;
use Flarum\Console\AbstractCommand;
use Flarum\Core\Group;
use Flarum\Core\Permission;
use Flarum\Core\User;