1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Update for composer branch

This commit is contained in:
Toby Zerner
2015-10-11 18:51:25 +10:30
parent a1e01938ef
commit 5f9d45c4ab
43 changed files with 1277 additions and 517 deletions

View File

@@ -8,12 +8,12 @@
* file that was distributed with this source code.
*/
namespace Flarum\Migrations\Flags;
namespace Flarum\Flags\Migration;
use Flarum\Database\AbstractMigration;
use Illuminate\Database\Schema\Blueprint;
use Flarum\Migrations\Migration;
class AddFlagsReadTimeToUsersTable extends Migration
class AddFlagsReadTimeToUsersTable extends AbstractMigration
{
public function up()
{

View File

@@ -8,12 +8,12 @@
* file that was distributed with this source code.
*/
namespace Flarum\Migrations\Flags;
namespace Flarum\Flags\Migration;
use Flarum\Database\AbstractMigration;
use Illuminate\Database\Schema\Blueprint;
use Flarum\Migrations\Migration;
class CreateFlagsTable extends Migration
class CreateFlagsTable extends AbstractMigration
{
public function up()
{