mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 16:23:45 +02:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
a1d3bbf73d
commit
c1fb0a665f
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
|
||||
class UpdateMisnamedBungee extends Migration
|
||||
@@ -14,7 +12,7 @@ class UpdateMisnamedBungee extends Migration
|
||||
public function up()
|
||||
{
|
||||
DB::table('service_variables')->select('env_variable')->where('env_variable', 'BUNGE_VERSION')->update([
|
||||
'env_variable' => 'BUNGEE_VERSION'
|
||||
'env_variable' => 'BUNGEE_VERSION',
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -25,6 +23,5 @@ class UpdateMisnamedBungee extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user