1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 07:24:27 +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

@@ -11,7 +11,7 @@
namespace Flarum\Update\Console;
use Flarum\Console\Command\AbstractCommand;
use Flarum\Console\AbstractCommand;
use Illuminate\Contracts\Container\Container;
class MigrateCommand extends AbstractCommand