Skip to content

Commit

Permalink
Update SetAutoIncrementCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sausin authored Apr 11, 2020
1 parent 0e0bd3d commit e19f209
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Commands/SetAutoIncrementCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
use Illuminate\Support\Facades\Config;
use Sausin\DBSetAutoIncrement\DatabaseInfo;
use Sausin\DBSetAutoIncrement\GetAttribute;
use Sausin\DBSetAutoIncrement\HandleTables;
use Sausin\DBSetAutoIncrement\UpdateAttribute;

class SetAutoIncrementCommand extends Command
{
use DatabaseInfo;
use HandleTables;
use GetAttribute;
use UpdateAttribute;

Expand Down

0 comments on commit e19f209

Please sign in to comment.