add ActivatedFilter

This commit is contained in:
2022-02-17 07:25:46 +01:00
parent a03c3733f7
commit 9fb0485066

View File

@@ -59,7 +59,7 @@ class PingController extends RestController
protected function getOptionalActivatedActions() protected function getOptionalActivatedActions()
{ {
// user must not be activated to call this actions // user must not be activated to call this actions
return ['ping', 'pingActivated']; return ['ping', 'ping-activated'];
} }
} }