This commit is contained in:
Niklas 2021-07-06 09:57:43 +02:00
parent fa589c25fb
commit 5729af70e1
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class RestfulServer extends Controller
/**
* @config
* @var array Class names for an authenticators to use on API access
* @var array Class names for authenticators to use on API access
*/
private static $authenticators = [
BasicRestfulAuthenticator::class