Moved the api key auth to the http namespace
This commit is contained in:
@@ -82,7 +82,7 @@ return [
|
||||
},
|
||||
|
||||
'api_key' => function ($app) {
|
||||
return new CachetHQ\Cachet\Auth\ApiKeyAuthenticator();
|
||||
return new CachetHQ\Cachet\Http\Auth\ApiKeyAuthenticator();
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user