mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-17 10:39:45 +05:30
Added Capsule namespace
This commit is contained in:
parent
cf32b5dd1b
commit
11c4c93398
@ -9,6 +9,7 @@ use \Orno\Http\Exception\NotFoundException;
|
|||||||
use \League\OAuth2\Server\ResourceServer;
|
use \League\OAuth2\Server\ResourceServer;
|
||||||
use \RelationalExample\Storage;
|
use \RelationalExample\Storage;
|
||||||
use \RelationalExample\Model;
|
use \RelationalExample\Model;
|
||||||
|
use Illuminate\Database\Capsule\Manager as Capsule;
|
||||||
|
|
||||||
include __DIR__.'/vendor/autoload.php';
|
include __DIR__.'/vendor/autoload.php';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user