Skip to content

Commit

Permalink
Add migrate:install to whitelisted commands as migrate depends on mig…
Browse files Browse the repository at this point in the history
…rate:install (#137)

Co-authored-by: Michael Hume <[email protected]>
  • Loading branch information
michaelhume and Michael Hume authored Dec 6, 2021
1 parent a36c207 commit 8531d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/TinkerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class TinkerCommand extends Command
* @var array
*/
protected $commandWhitelist = [
'clear-compiled', 'down', 'env', 'inspire', 'migrate', 'optimize', 'up',
'clear-compiled', 'down', 'env', 'inspire', 'migrate', 'migrate:install', 'optimize', 'up',
];

/**
Expand Down

0 comments on commit 8531d0f

Please sign in to comment.