芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/ClientNote.php
belongsTo(User::class, 'client_id'); } public function members(): HasMany { return $this->hasMany(ClientUserNote::class, 'client_note_id'); } }