Skip to content

Commit 79b392e

Browse files
committed
Update MigrationsCommand.php
1 parent a5aaf51 commit 79b392e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/MigrationsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct()
4747
*/
4848
public function fire()
4949
{
50-
$this->call('migrate:publish', ['package' => 'lucadegasperi/oauth2-server-laravel']);
50+
$this->call('publish:migration', ['package' => 'lucadegasperi/oauth2-server-laravel']);
5151
$this->call('dump-autoload');
5252
}
5353
}

0 commit comments

Comments
 (0)