mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-08-03 04:03:13 +05:30
Added namespaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user