Skip to content

Commit cccbf08

Browse files
committed
Change "require_once" to "require" so that filters get applied on multiple application boots during unit tests
1 parent 4423e33 commit cccbf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LucaDegasperi/OAuth2Server/OAuth2ServerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function boot()
2222
{
2323
$this->package('lucadegasperi/oauth2-server-laravel', 'lucadegasperi/oauth2-server-laravel');
2424

25-
require_once __DIR__.'/../../filters.php';
25+
require __DIR__.'/../../filters.php';
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)