Skip to content

Commit 33bcaff

Browse files
aglipanciactions-user
authored andcommitted
Apply coding standard fixes
1 parent 6b62955 commit 33bcaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelCaseServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function register()
3535

3636
$this->app->bind(
3737
'casebuilder',
38-
fn($app) => new CaseBuilder($app->make(Builder::class), new Grammar())
38+
fn ($app) => new CaseBuilder($app->make(Builder::class), new Grammar())
3939
);
4040
}
4141
}

0 commit comments

Comments
 (0)