'boolean', 'fields' => 'array', ]; public function template() { return $this->belongsTo(IntegrationTemplate::class); } public function service() { return $this->belongsTo(Service::class); } }