Moved the api key auth to the http namespace

This commit is contained in:
Graham Campbell
2015-01-04 12:33:57 +00:00
parent 6b4632c3ad
commit 207e9f9901
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ return [
},
'api_key' => function ($app) {
return new CachetHQ\Cachet\Auth\ApiKeyAuthenticator();
return new CachetHQ\Cachet\Http\Auth\ApiKeyAuthenticator();
},
],