1
0
mirror of https://github.com/flarum/core.git synced 2025-07-16 22:31:18 +02:00

Restructure Flarum\Database namespace

This commit is contained in:
Franz Liedke
2017-06-24 11:34:29 +02:00
parent c6985ae31c
commit d897839097
5 changed files with 35 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ namespace Flarum\Update\Controller;
use Exception;
use Flarum\Foundation\Application;
use Flarum\Http\Controller\ControllerInterface;
use Flarum\Update\Console\MigrateCommand;
use Flarum\Database\Console\MigrateCommand;
use Psr\Http\Message\ServerRequestInterface as Request;
use Symfony\Component\Console\Input\StringInput;
use Symfony\Component\Console\Output\StreamOutput;