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 e2b8210 commit faee349Copy full SHA for faee349
src/LaravelUsefulAdditionsServiceProvider.php
@@ -18,6 +18,6 @@ public function configurePackage(Package $package): void
18
$package
19
->name('laravel-useful-additions')
20
->hasConfigFile()
21
- ->hasCommand(DBTruncateCommand::class);;
+ ->hasCommand(DBTruncateCommand::class);
22
}
23
0 commit comments