Skip to content

Commit f5ca3ad

Browse files
committed
removes before migration for created_at index
1 parent 4666b0a commit f5ca3ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Upgrades/CreatedAtIndex.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
namespace LaravelEnso\Files\Upgrades;
44

55
use Illuminate\Support\Facades\Schema;
6-
use LaravelEnso\Upgrade\Contracts\BeforeMigration;
76
use LaravelEnso\Upgrade\Contracts\MigratesTable;
87
use LaravelEnso\Upgrade\Helpers\Table;
98

10-
class CreatedAtIndex implements MigratesTable, BeforeMigration
9+
class CreatedAtIndex implements MigratesTable
1110
{
1211
public function isMigrated(): bool
1312
{

0 commit comments

Comments
 (0)