add ActivatedFilter
This commit is contained in:
parent
a03c3733f7
commit
9fb0485066
@ -59,7 +59,7 @@ class PingController extends RestController
|
||||
protected function getOptionalActivatedActions()
|
||||
{
|
||||
// user must not be activated to call this actions
|
||||
return ['ping', 'pingActivated'];
|
||||
return ['ping', 'ping-activated'];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user