Skip to content

Commit d728712

Browse files
committed
Resolve native:migrate command so we can call it
1 parent cee53d7 commit d728712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NativeServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public function packageRegistered()
5757
$app->resolveCommands([
5858
LoadStartupConfigurationCommand::class,
5959
LoadPHPConfigurationCommand::class,
60+
MigrateCommand::class,
6061
]);
6162
});
6263

0 commit comments

Comments
 (0)