Fix migration namespace

This commit is contained in:
Toby Zerner 2015-10-11 10:04:40 +10:30
parent a351c2ef3c
commit ccc1b02991
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -8,7 +8,7 @@
* file that was distributed with this source code.
*/
namespace Flarum\Tags\Migrations;
namespace Flarum\Tags\Migration;
use Flarum\Database\AbstractMigration;