Skip to content

Commit 3caf5f3

Browse files
authored
Merge pull request #73 from Alymosul/analysis-nNGkLw
Apply fixes from StyleCI
2 parents 9db7858 + 4634274 commit 3caf5f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/exponent-push-notifications.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
return [
1010
'middleware' => [
1111
//'auth:sanctum', //<- Use only this middleware if you're using Sanctum
12-
'auth:api',
13-
'bindings'
12+
'auth:api',
13+
'bindings',
1414
],
1515
'debug' => env('EXPONENT_PUSH_NOTIFICATION_DEBUG', true),
1616

src/ExpoPushNotificationsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function boot()
3030
return new Expo(new ExpoRegistrar($repository));
3131
});
3232

33-
$router = $this->app['router'];
33+
$router = $this->app['router'];
3434
$router->middlewareGroup('expo.middleware', config('exponent-push-notifications')['middleware']);
3535

3636
$this->loadRoutesFrom(__DIR__.'/Http/routes.php');

0 commit comments

Comments
 (0)