mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-09 05:23:53 +05:30
Added \Illuminate\Support\Facades\DB namespace
This commit is contained in:
parent
32a7ed38a9
commit
d901e90602
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
namespace League\OAuth2\Server\Storage\Fluent;
|
namespace League\OAuth2\Server\Storage\Fluent;
|
||||||
|
|
||||||
|
use \Illuminate\Support\Facades\DB as DB;
|
||||||
use \League\OAuth2\Server\Storage\ScopeInterface;
|
use \League\OAuth2\Server\Storage\ScopeInterface;
|
||||||
|
|
||||||
class Scope implements ScopeInterface {
|
class Scope implements ScopeInterface {
|
||||||
|
Loading…
Reference in New Issue
Block a user