diff --git a/src/League/OAuth2/Server/Storage/Fluent/Scope.php b/src/League/OAuth2/Server/Storage/Fluent/Scope.php index db094243..22a2fe8a 100644 --- a/src/League/OAuth2/Server/Storage/Fluent/Scope.php +++ b/src/League/OAuth2/Server/Storage/Fluent/Scope.php @@ -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 {