mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Added namespace to the interface
This commit is contained in:
parent
3c6ad24f22
commit
ec706fc950
@ -20,6 +20,8 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
namespace oauth2server;
|
||||
|
||||
interface OAuth2ServerDatabase
|
||||
{
|
||||
public function validateClient(
|
||||
|
Loading…
Reference in New Issue
Block a user