Skip to content

Commit

Permalink
removes before migration for created_at index
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed Mar 7, 2022
1 parent 4666b0a commit f5ca3ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Upgrades/CreatedAtIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
namespace LaravelEnso\Files\Upgrades;

use Illuminate\Support\Facades\Schema;
use LaravelEnso\Upgrade\Contracts\BeforeMigration;
use LaravelEnso\Upgrade\Contracts\MigratesTable;
use LaravelEnso\Upgrade\Helpers\Table;

class CreatedAtIndex implements MigratesTable, BeforeMigration
class CreatedAtIndex implements MigratesTable
{
public function isMigrated(): bool
{
Expand Down

0 comments on commit f5ca3ad

Please sign in to comment.