mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
StyleCI cleanup
This commit is contained in:
@@ -13,7 +13,7 @@ class AddNewServiceOptionsColumns extends Migration
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
DB::transaction(function() {
|
||||
DB::transaction(function () {
|
||||
Schema::table('service_options', function (Blueprint $table) {
|
||||
$table->dropColumn('executable');
|
||||
|
||||
@@ -35,7 +35,7 @@ class AddNewServiceOptionsColumns extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
DB::transaction(function() {
|
||||
DB::transaction(function () {
|
||||
Schema::table('service_options', function (Blueprint $table) {
|
||||
$table->dropForeign('config_from');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user