remove timestamps from moons database
This commit is contained in:
+1
-1
@@ -13,5 +13,5 @@ class Moon extends Model
|
||||
public $primaryKey = 'id';
|
||||
|
||||
// Timestamps
|
||||
public $timestamps = 'false';
|
||||
public $timestamps = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user