From e9cfb2ad6799cd77fdb632a773741e333a14e1a0 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 9 Oct 2019 22:38:50 +0200 Subject: [PATCH] Allow timestamps in Invitation model --- app/Models/Invitation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Invitation.php b/app/Models/Invitation.php index afbf471b0..560e7a872 100644 --- a/app/Models/Invitation.php +++ b/app/Models/Invitation.php @@ -31,7 +31,7 @@ class Invitation extends Model /** * @var bool */ - public $timestamps = false; + public $timestamps = true; /** * @var bool