1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Namespace migrations

This commit is contained in:
Toby Zerner
2015-09-17 09:09:56 +09:30
parent 8480563f1e
commit 55f6b70a15

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\Lock;
use Illuminate\Database\Schema\Blueprint;
use Flarum\Migrations\Migration;