We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c727d8 + e6d665f commit 57b99deCopy full SHA for 57b99de
resources/lang/en/messages.php
@@ -4,6 +4,6 @@
4
'success' => [
5
'create' => 'Task Created Successfully',
6
'update' => 'Task Updated Successfully',
7
- 'delete' => 'Task Deleted Successfully'
+ 'delete' => 'Task Deleted Successfully',
8
],
9
];
src/Repositories/EloquentTaskRepository.php
@@ -2,9 +2,9 @@
2
3
namespace Studio\Totem\Repositories;
-use Studio\Totem\Events\Deleted;
use Studio\Totem\Task;
use Studio\Totem\Events\Created;
+use Studio\Totem\Events\Deleted;
use Studio\Totem\Events\Updated;
use Studio\Totem\Events\Creating;
10
use Studio\Totem\Events\Updating;
0 commit comments