芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/PackageUpdateNotify.php
belongsTo(User::class, 'user_id')->withoutGlobalScope(ActiveScope::class); } public function company(): BelongsTo { return $this->belongsTo(Company::class, 'company_id'); } }