mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Remove last remaining usage of DB facade
This commit is contained in:
@@ -34,7 +34,7 @@ class CreatePostsTable extends Migration
|
||||
$table->engine = 'MyISAM';
|
||||
});
|
||||
|
||||
DB::statement('ALTER TABLE posts ADD FULLTEXT content (content)');
|
||||
app('db')->statement('ALTER TABLE posts ADD FULLTEXT content (content)');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user