Add send sms to contacts and groups by grouped actions

This commit is contained in:
osaajani 2019-11-29 00:19:34 +01:00
parent c6c65c201f
commit 0ef7a9cc36
7 changed files with 64 additions and 9 deletions

View file

@ -106,7 +106,10 @@
'/scheduled/',
'/scheduled/p/{page}/',
],
'add' => '/scheduled/add/',
'add' => [
'/scheduled/add/',
'/scheduled/add/{prefilled}/',
],
'create' => '/scheduled/create/{csrf}/',
'edit' => '/scheduled/edit/',
'update' => '/scheduled/update/{csrf}/',