mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-18 17:42:54 +05:30
Added \Illuminate\Support\Facades\DB namespace
This commit is contained in:
parent
d901e90602
commit
4c4155fdac
@ -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\SessionInterface;
|
use \League\OAuth2\Server\Storage\SessionInterface;
|
||||||
|
|
||||||
class Session implements SessionInterface
|
class Session implements SessionInterface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user