mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Added \Illuminate\Support\Facades\DB namespace
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user