1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Namespace migrations

This commit is contained in:
Toby Zerner
2015-09-17 09:09:37 +09:30
parent 7ab1eb4f64
commit 354da3c5c9
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
<?php
/*
* This file is part of Flarum.
*
@@ -9,6 +8,8 @@
* file that was distributed with this source code.
*/
namespace Flarum\Migrations\Mentions;
use Illuminate\Database\Schema\Blueprint;
use Flarum\Migrations\Migration;

View File

@@ -1,5 +1,4 @@
<?php
/*
* This file is part of Flarum.
*
@@ -9,6 +8,8 @@
* file that was distributed with this source code.
*/
namespace Flarum\Migrations\Mentions;
use Illuminate\Database\Schema\Blueprint;
use Flarum\Migrations\Migration;