芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/SuperAdmin/ClientPayment.php
'datetime', ]; protected static function boot() { parent::boot(); static::observe(InvoicePaymentReceivedObserver::class); } public function invoice() { return $this->belongsTo(Invoice::class, 'invoice_id'); } }