芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Observers/EmergencyContactObserver.php
last_updated_by = user()->id; } } public function creating(EmergencyContact $emergencyContact) { if (!isRunningInConsoleOrSeeding()) { $emergencyContact->added_by = user()->id; } if (company()) { $emergencyContact->company_id = company()->id; } } }