We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5aaf51 commit 79b392eCopy full SHA for 79b392e
src/Console/MigrationsCommand.php
@@ -47,7 +47,7 @@ public function __construct()
47
*/
48
public function fire()
49
{
50
- $this->call('migrate:publish', ['package' => 'lucadegasperi/oauth2-server-laravel']);
+ $this->call('publish:migration', ['package' => 'lucadegasperi/oauth2-server-laravel']);
51
$this->call('dump-autoload');
52
}
53
0 commit comments