mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-01 01:40:21 +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;
|
||||
|
||||
use \Illuminate\Support\Facades\DB as DB;
|
||||
use \League\OAuth2\Server\Storage\SessionInterface;
|
||||
|
||||
class Session implements SessionInterface
|
||||
|
Loading…
Reference in New Issue
Block a user