]>
BookStack Code Mirror - bookstack/blobdiff - app/Activity/Models/Activity.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Users API: Fixed incorrect created_at date on index endpoint
[bookstack]
/
app
/
Activity
/
Models
/
Activity.php
diff --git
a/app/Activity/Models/Activity.php
b/app/Activity/Models/Activity.php
index 1fa36e5beaf76e2768b078fe58db64374c4892ea..9e4cb785864e32a60bfbcd7fa01a428022748ea1 100644
(file)
--- a/
app/Activity/Models/Activity.php
+++ b/
app/Activity/Models/Activity.php
@@
-19,6
+19,8
@@
use Illuminate\Support\Str;
* @property string $entity_type
* @property int $entity_id
* @property int $user_id
+ * @property Carbon $created_at
+ * @property Carbon $updated_at
*/
class Activity extends Model
{