芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/StickyNote.php
'datetime', 'updated_at' => 'datetime', ]; /** * @return \Illuminate\Database\Eloquent\Relations\BelongsTo */ public function userDetail(): BelongsTo { return $this->belongsTo(User::class, 'user_id')->withoutGlobalScope(ActiveScope::class); } }