mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Added namespaces
This commit is contained in:
parent
0b3a9dc888
commit
4d36ebd3e7
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace League\OAuth2\Server\Storage\Fluent;
|
||||
|
||||
use \League\OAuth2\Server\Storage\ClientInterface;
|
||||
|
||||
class Client implements ClientInterface {
|
||||
|
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace League\OAuth2\Server\Storage\Fluent;
|
||||
|
||||
use \League\OAuth2\Server\Storage\ScopeInterface;
|
||||
|
||||
class Scope implements ScopeInterface {
|
||||
|
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace League\OAuth2\Server\Storage\Fluent;
|
||||
|
||||
use \League\OAuth2\Server\Storage\SessionInterface;
|
||||
|
||||
class Session implements SessionInterface
|
||||
|
Loading…
Reference in New Issue
Block a user