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

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkingshott committed Feb 7, 2022
1 parent 278ebdf commit b613e8e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;

class CreateStatisticsTable extends Migration
{
return new class extends Migration {
/**
* Run the migrations.
*
Expand All @@ -29,4 +28,4 @@ public function down() : void
{
Schema::dropIfExists(config('statistics.table', 'statistics'));
}
}
};

0 comments on commit b613e8e

Please sign in to comment.