Skip to content

Commit

Permalink
Merge branch 'main' of github.com:envor/laravel-schema-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 4, 2024
2 parents e704448 + 17aaeca commit dd1d331
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 dd1d331

Please sign in to comment.