Added \Illuminate\Support\Facades\DB namespace

This commit is contained in:
Alex Bilbie 2013-06-02 14:54:49 +01:00
parent d901e90602
commit 4c4155fdac

View File

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