belongsTo(UiBundle::class, 'ui_bundle_id'); } public function element() { return $this->belongsTo(UiElement::class, 'ui_element_id'); } }