remove timestamps from moons database

This commit is contained in:
2018-11-04 09:24:12 -06:00
parent a9963fcff9
commit 49d22efb8b
+1 -1
View File
@@ -13,5 +13,5 @@ class Moon extends Model
public $primaryKey = 'id';
// Timestamps
public $timestamps = 'false';
public $timestamps = false;
}