This commit is contained in:
Kekskurse 2021-02-09 01:11:56 +01:00
parent 08dc50dfdf
commit 946281b56e
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class Server extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
//
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
//
}
}