Skip to content

Commit 35654d7

Browse files
GrahamCampbellStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 7d4b5d7 commit 35654d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Providers/AuthServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class AuthServiceProvider extends ServiceProvider
2424
*/
2525
public function boot(GateContract $gate)
2626
{
27-
parent::registerPolicies($gate);
27+
parent::registerPolicies($gate);
2828

29-
//
29+
//
3030
}
3131
}

0 commit comments

Comments
 (0)