Account next invoice, and authorisations
This commit is contained in:
@@ -7,6 +7,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Charge extends Model
|
||||
{
|
||||
protected $table = 'ab_charge';
|
||||
protected $dates = ['date_charge'];
|
||||
public $dateFormat = 'U';
|
||||
|
||||
public function getNameAttribute()
|
||||
{
|
||||
|
Reference in New Issue
Block a user