belongsTo('App\Models\Admin'); } public function attachments() { return $this->hasMany(\App\Models\AttachmentForm::class, 'form_id') ->where('table_name', \App\Enums\AttachmentTableName::FORM_ENTERTAINMENT_PRESENTATION); } }