1
0
Daniel Supernault 6 жил өмнө
parent
commit
c391a281f3

+ 2 - 0
app/Collection.php

@@ -19,6 +19,8 @@ class Collection extends Model
 
 
     public $fillable = ['profile_id', 'published_at'];
     public $fillable = ['profile_id', 'published_at'];
 
 
+    public $dates = ['published_at'];
+
 	public function profile()
 	public function profile()
 	{
 	{
 		return $this->belongsTo(Profile::class);
 		return $this->belongsTo(Profile::class);