Skip to content

Commit

Permalink
Apply coding standard fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aglipanci authored and actions-user committed Apr 7, 2022
1 parent 6b62955 commit 33bcaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelCaseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function register()

$this->app->bind(
'casebuilder',
fn($app) => new CaseBuilder($app->make(Builder::class), new Grammar())
fn ($app) => new CaseBuilder($app->make(Builder::class), new Grammar())
);
}
}

0 comments on commit 33bcaff

Please sign in to comment.