Skip to content

Commit 275a933

Browse files
committed
Merge branch 'DOCSP-42794-laravel-passport' of github.com:norareidy/laravel-mongodb into DOCSP-42794-laravel-passport
2 parents 388db35 + be4a2b2 commit 275a933

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/includes/auth/AuthServiceProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class AppServiceProvider extends ServiceProvider
1212
*/
1313
public function register(): void
1414
{
15-
//
1615
}
1716

1817
/**
@@ -22,4 +21,4 @@ public function boot(): void
2221
{
2322
Passport::useAuthCodeModel(AuthCode::class);
2423
}
25-
}
24+
}

0 commit comments

Comments
 (0)