Skip to content

Commit 8531d0f

Browse files
michaelhumeMichael Hume
and
Michael Hume
authored
Add migrate:install to whitelisted commands as migrate depends on migrate:install (#137)
Co-authored-by: Michael Hume <hume@ualberta.ca>
1 parent a36c207 commit 8531d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/TinkerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TinkerCommand extends Command
1919
* @var array
2020
*/
2121
protected $commandWhitelist = [
22-
'clear-compiled', 'down', 'env', 'inspire', 'migrate', 'optimize', 'up',
22+
'clear-compiled', 'down', 'env', 'inspire', 'migrate', 'migrate:install', 'optimize', 'up',
2323
];
2424

2525
/**

0 commit comments

Comments
 (0)