We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1415be8 commit 643a085Copy full SHA for 643a085
1 file changed
modules/tipi_intervento/src/Tipo.php
@@ -80,6 +80,14 @@ public function setTempoStandardAttribute($value)
80
$this->attributes['tempo_standard'] = $result;
81
}
82
83
+ public function save(array $options = [])
84
+ {
85
+ parent::save($options);
86
+
87
+ $this->fixTecnici();
88
+ }
89
90
91
public function preventivi()
92
{
93
return $this->hasMany(Preventivo::class, 'idtipointervento');
0 commit comments