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 e19f209 commit b76e1c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/SetAutoIncrementCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ class SetAutoIncrementCommand extends Command
*/
public function __construct()
{
parent::__construct();

$this->mode = Config::get('auto-increment.mode', 'skip');
$this->skipTables = Config::get('auto-increment.skipTables', ['migrations']);
$this->onlyTables = Config::get('auto-increment.onlyTables', []);
Expand Down

0 comments on commit b76e1c0

Please sign in to comment.