mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 18:39:39 +08:00
Fix migration namespace
This commit is contained in:
parent
a351c2ef3c
commit
ccc1b02991
@ -8,7 +8,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flarum\Tags\Migrations;
|
||||
namespace Flarum\Tags\Migration;
|
||||
|
||||
use Flarum\Database\AbstractMigration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
|
@ -8,7 +8,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flarum\Tags\Migrations;
|
||||
namespace Flarum\Tags\Migration;
|
||||
|
||||
use Flarum\Database\AbstractMigration;
|
||||
use Flarum\Tags\Tag;
|
||||
|
@ -8,7 +8,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flarum\Tags\Migrations;
|
||||
namespace Flarum\Tags\Migration;
|
||||
|
||||
use Flarum\Database\AbstractMigration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
|
@ -8,7 +8,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flarum\Tags\Migrations;
|
||||
namespace Flarum\Tags\Migration;
|
||||
|
||||
use Flarum\Database\AbstractMigration;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user