Skip to content

Commit

Permalink
Merge pull request #704 from spatie/analysis-wjkAAe
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Gummibeer authored Mar 23, 2020
2 parents 5f2cf61 + 28fea6d commit ae276ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActivitylogServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected function bootConfig(): void

protected function bootMigrations(): void
{
foreach([
foreach ([
'CreateActivityLogTable',
'AddEventColumnToActivityLogTable',
] as $i => $migration) {
Expand Down

0 comments on commit ae276ea

Please sign in to comment.