moon avg update

This commit is contained in:
2020-02-04 23:00:03 -06:00
parent cd53f8515a
commit f199d633b1
10 changed files with 170 additions and 96 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ class ItemComposition extends Model
protected $table = 'ItemComposition';
// Timestamps
public $timestamps = 'false';
public $timestamps = false;
}