Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit f5a11ac

Browse files
authored
Apply fixes from StyleCI (#458)
1 parent 65ae998 commit f5a11ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

database/migrations/0000_00_00_000000_create_websockets_statistics_entries_table.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3-
use Illuminate\Support\Facades\Schema;
4-
use Illuminate\Database\Schema\Blueprint;
53
use Illuminate\Database\Migrations\Migration;
4+
use Illuminate\Database\Schema\Blueprint;
5+
use Illuminate\Support\Facades\Schema;
66

77
class CreateWebSocketsStatisticsEntriesTable extends Migration
88
{
@@ -20,6 +20,7 @@ public function up()
2020
$table->nullableTimestamps();
2121
});
2222
}
23+
2324
/**
2425
* Reverse the migrations.
2526
*/

0 commit comments

Comments
 (0)