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:
@@ -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()
|
||||
{
|
||||
|
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user