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

Commit b613e8e

Browse files
committed
WIP
1 parent 278ebdf commit b613e8e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

database/migrations/2014_10_12_000000_create_statistics_table.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
use Illuminate\Database\Schema\Blueprint;
55
use Illuminate\Database\Migrations\Migration;
66

7-
class CreateStatisticsTable extends Migration
8-
{
7+
return new class extends Migration {
98
/**
109
* Run the migrations.
1110
*
@@ -29,4 +28,4 @@ public function down() : void
2928
{
3029
Schema::dropIfExists(config('statistics.table', 'statistics'));
3130
}
32-
}
31+
};

0 commit comments

Comments
 (0)