@@ -22,7 +22,7 @@ public function created($model)
22
22
'meta ' => $ model ->getModelMeta ('created ' ),
23
23
'user_id ' => static ::getUserID (),
24
24
'user_type ' => static ::getUserType (),
25
- 'performed_at ' => time (),
25
+ 'performed_at ' => now (),
26
26
]);
27
27
}
28
28
@@ -58,7 +58,7 @@ public function updating($model)
58
58
'meta ' => $ meta ,
59
59
'user_id ' => static ::getUserID (),
60
60
'user_type ' => static ::getUserType (),
61
- 'performed_at ' => time (),
61
+ 'performed_at ' => now (),
62
62
]);
63
63
}
64
64
@@ -77,7 +77,7 @@ public function deleting($model)
77
77
'meta ' => $ model ->getModelMeta ('deleting ' ),
78
78
'user_id ' => static ::getUserID (),
79
79
'user_type ' => static ::getUserType (),
80
- 'performed_at ' => time (),
80
+ 'performed_at ' => now (),
81
81
]);
82
82
}
83
83
@@ -96,7 +96,7 @@ public function restored($model)
96
96
'meta ' => $ model ->getModelMeta ('restored ' ),
97
97
'user_id ' => static ::getUserID (),
98
98
'user_type ' => static ::getUserType (),
99
- 'performed_at ' => time (),
99
+ 'performed_at ' => now (),
100
100
]);
101
101
}
102
102
0 commit comments