1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Users API: Fixed incorrect created_at date on index endpoint

For #4325
This commit is contained in:
Dan Brown
2023-06-17 18:18:17 +01:00
parent ec775aec02
commit 00b5dd7852
4 changed files with 27 additions and 2 deletions

View File

@@ -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
{