add information in task date updated notification
This commit is contained in:
@@ -222,8 +222,8 @@ class TasksController extends Controller
|
|||||||
$user->id,
|
$user->id,
|
||||||
$task,
|
$task,
|
||||||
$event,
|
$event,
|
||||||
$newStart,
|
FormatDate::formatDate($request["start"]),
|
||||||
$newEnd,
|
FormatDate::formatDate($request["end"]),
|
||||||
));
|
));
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
|
|||||||
Reference in New Issue
Block a user