Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored and github-actions[bot] committed Feb 4, 2024
1 parent 46ded64 commit 17aaeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SchemaMacrosServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function configurePackage(Package $package): void
->hasConfigFile();
}

public function packageBooted() : void
public function packageBooted(): void
{
$this->bootMysqlMacros();
$this->bootSQLiteMacros();
Expand Down

0 comments on commit 17aaeca

Please sign in to comment.