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