Merge pull request #332 from leksinteractive/patch-1

quick typo fix
This commit is contained in:
Alex Bilbie 2015-04-20 17:14:08 +01:00
commit 60685a092e

View File

@ -6,7 +6,7 @@ permalink: /implementing-storage-interfaces/
# Implementing the storage interfaces
In order to use both the resource server and authorization server you need need to implement a number of interfaces.
In order to use both the resource server and authorization server you need to implement a number of interfaces.
If you are using the resource server you need to implement the following interfaces:
@ -57,4 +57,4 @@ $server->setAuthCodeStorage(new Storage\AuthCodeStorage);
If you are using a relational database you can find some example storage implementations in the `examples/relational` folder in the codebase.
You don't have to use a database to store all of your settings
You don't have to use a database to store all of your settings