From d901e90602f52302f87ef22adddd757a61c6142c Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 2 Jun 2013 14:41:38 +0100 Subject: [PATCH] Added \Illuminate\Support\Facades\DB namespace --- src/League/OAuth2/Server/Storage/Fluent/Scope.php | 1 + 1 file changed, 1 insertion(+) 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 {