芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/Notice.php
hasMany(NoticeView::class, 'notice_id'); } public function getNoticeDateAttribute() { if (!is_null($this->created_at)) { return Carbon::parse($this->created_at)->format('d F, Y'); } return ''; } public function department(): BelongsTo { return $this->belongsTo(Team::class, 'department_id', 'id'); } }