Skip to content

Commit e63f296

Browse files
committed
using hasCommand
1 parent 9a4ea3e commit e63f296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CloneDatabaseServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ public function configurePackage(Package $package): void
1212
{
1313
$package
1414
->name('laravel-clone-database-command')
15-
->hasConsoleCommand(DatabaseCloneCommandCommand::class);
15+
->hasCommand(DatabaseCloneCommandCommand::class);
1616
}
1717
}

0 commit comments

Comments
 (0)