mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-23 05:29:52 +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;
|
||||
|
||||
use \Illuminate\Support\Facades\DB as DB;
|
||||
use \League\OAuth2\Server\Storage\ScopeInterface;
|
||||
|
||||
class Scope implements ScopeInterface {
|
||||
|
Loading…
Reference in New Issue
Block a user