Skip to content

Commit

Permalink
Removed ValidatorFormException
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Shevchuk authored and Anton Shevchuk committed Sep 15, 2017
1 parent b9a46f6 commit 27226dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/modules/options/controllers/crud/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
try {
$crud->createOne($data);

Messages::addSuccess("Record was created");
Messages::addSuccess('Record was created');

return [
'row' => $data,
Expand Down

0 comments on commit 27226dc

Please sign in to comment.