Apply fixes from StyleCI (#458)

This commit is contained in:
rennokki 2020-08-13 19:51:31 +03:00 committed by GitHub
parent 65ae998aed
commit f5a11acf6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateWebSocketsStatisticsEntriesTable extends Migration
{
@ -20,6 +20,7 @@ class CreateWebSocketsStatisticsEntriesTable extends Migration
$table->nullableTimestamps();
});
}
/**
* Reverse the migrations.
*/