From ec706fc9505f5408971b6b8aa1c919a51c111279 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 12 Jul 2012 15:00:30 +0100 Subject: [PATCH] Added namespace to the interface --- src/oauth2server/DbInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/oauth2server/DbInterface.php b/src/oauth2server/DbInterface.php index 450c8375..35826ba9 100644 --- a/src/oauth2server/DbInterface.php +++ b/src/oauth2server/DbInterface.php @@ -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(