Undo task change

This commit is contained in:
Hillel Coren 2018-01-09 13:07:32 +02:00
parent 89dc92a95e
commit ec8c05a13f

View File

@ -74,7 +74,7 @@ class BaseAPIController extends Controller
$entity = $request->entity();
$action = $request->action;
if (! in_array($action, ['archive', 'delete', 'restore', 'mark_sent', 'offline'])) {
if (! in_array($action, ['archive', 'delete', 'restore', 'mark_sent'])) {
return $this->errorResponse("Action [$action] is not supported");
}