Moved to new namespace

This commit is contained in:
Josh Sherman 2014-10-12 21:53:15 -04:00
parent 2ec85c469b
commit 75596ed725
3 changed files with 2 additions and 29 deletions

View file

@ -4,7 +4,7 @@ namespace Pickles\OAuth2;
use \League\OAuth2\Server\AuthorizationServer;
use \League\OAuth2\Server\Grant\PasswordGrant;
use \Pickles\App\Model\User;
use \Pickles\App\Models\User;
class Resource extends \Pickles\Resource
{