From: Louis Jeckel Date: Mon, 13 Apr 2020 19:49:56 +0000 (+0200) Subject: Update FileCollection.php X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d79fa152f372d1d2a8ca5cdbf5a12cef952a88ad;p=psq.git Update FileCollection.php --- 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() {