Added \Illuminate\Support\Facades\DB namespace

This commit is contained in:
Alex Bilbie 2013-06-02 14:41:38 +01:00
parent 32a7ed38a9
commit d901e90602

View File

@ -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 {