Skip to content

Commit

Permalink
using hasCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
rokde committed Feb 6, 2024
1 parent 9a4ea3e commit e63f296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CloneDatabaseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public function configurePackage(Package $package): void
{
$package
->name('laravel-clone-database-command')
->hasConsoleCommand(DatabaseCloneCommandCommand::class);
->hasCommand(DatabaseCloneCommandCommand::class);
}
}

0 comments on commit e63f296

Please sign in to comment.