mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Added namespace to the interface
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user