We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4666b0a commit f5ca3adCopy full SHA for f5ca3ad
src/Upgrades/CreatedAtIndex.php
@@ -3,11 +3,10 @@
3
namespace LaravelEnso\Files\Upgrades;
4
5
use Illuminate\Support\Facades\Schema;
6
-use LaravelEnso\Upgrade\Contracts\BeforeMigration;
7
use LaravelEnso\Upgrade\Contracts\MigratesTable;
8
use LaravelEnso\Upgrade\Helpers\Table;
9
10
-class CreatedAtIndex implements MigratesTable, BeforeMigration
+class CreatedAtIndex implements MigratesTable
11
{
12
public function isMigrated(): bool
13
0 commit comments