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

Commit 1f7cbeb

Browse files
committed
csfixing
1 parent 65ae998 commit 1f7cbeb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

database/migrations/0000_00_00_000000_create_websockets_statistics_entries_table.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
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
{
99
/**
1010
* Run the migrations.
11+
*
12+
* @return void
1113
*/
1214
public function up()
1315
{
@@ -20,8 +22,11 @@ public function up()
2022
$table->nullableTimestamps();
2123
});
2224
}
25+
2326
/**
2427
* Reverse the migrations.
28+
*
29+
* @return void
2530
*/
2631
public function down()
2732
{

0 commit comments

Comments
 (0)