close #931 Fixed: Bulk action delete not working
This commit is contained in:
@ -61,7 +61,7 @@ class Revenues extends BulkAction
|
||||
|
||||
$message = trans('messages.success.deleted', ['type' => trans_choice('general.' . \Str::plural($type), 1)]);
|
||||
|
||||
return new Response($message);
|
||||
flash($message)->success();
|
||||
} else {
|
||||
$this->response->errorUnauthorized();
|
||||
}
|
||||
|
Reference in New Issue
Block a user