From d79fa152f372d1d2a8ca5cdbf5a12cef952a88ad Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Mon, 13 Apr 2020 21:49:56 +0200 Subject: [PATCH] Update FileCollection.php --- app/FileCollection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/FileCollection.php b/app/FileCollection.php index e55ab99..26334f4 100644 --- a/app/FileCollection.php +++ b/app/FileCollection.php @@ -17,6 +17,7 @@ class FileCollection extends Model { protected $table = 'collections'; + public $timestamps = false; public function files() { -- 2.39.5