diff --git a/src/League/OAuth2/Server/Storage/Fluent/Session.php b/src/League/OAuth2/Server/Storage/Fluent/Session.php index e6f338b0..8af3a39f 100644 --- a/src/League/OAuth2/Server/Storage/Fluent/Session.php +++ b/src/League/OAuth2/Server/Storage/Fluent/Session.php @@ -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