moon avg update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
namespace App\Models\Moon;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
@@ -10,5 +10,17 @@ class Config extends Model
|
||||
protected $table = 'Config';
|
||||
|
||||
// Timestamps
|
||||
public $timestamps = 'false';
|
||||
public $timestamps = false;
|
||||
|
||||
/**
|
||||
* Fillable Array
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = [
|
||||
'RentalTax',
|
||||
'AllyRentalTax',
|
||||
'RefineRate',
|
||||
'RentalTime',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user