This commit is contained in:
Niklas 2021-07-06 09:57:43 +02:00
parent fa589c25fb
commit 5729af70e1

View File

@ -59,7 +59,7 @@ class RestfulServer extends Controller
/** /**
* @config * @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 = [ private static $authenticators = [
BasicRestfulAuthenticator::class BasicRestfulAuthenticator::class