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 9a4ea3e commit e63f296Copy full SHA for e63f296
src/CloneDatabaseServiceProvider.php
@@ -12,6 +12,6 @@ public function configurePackage(Package $package): void
12
{
13
$package
14
->name('laravel-clone-database-command')
15
- ->hasConsoleCommand(DatabaseCloneCommandCommand::class);
+ ->hasCommand(DatabaseCloneCommandCommand::class);
16
}
17
0 commit comments