Skip to content

Commit faee349

Browse files
Sairahcazgithub-actions[bot]
authored andcommitted
Fix styling
1 parent e2b8210 commit faee349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelUsefulAdditionsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public function configurePackage(Package $package): void
1818
$package
1919
->name('laravel-useful-additions')
2020
->hasConfigFile()
21-
->hasCommand(DBTruncateCommand::class);;
21+
->hasCommand(DBTruncateCommand::class);
2222
}
2323
}

0 commit comments

Comments
 (0)