corretto lunghezza stringa colonne ntelaio e nmotore

This commit is contained in:
2023-04-02 18:43:00 +02:00
parent 39f1fb8eb2
commit bb783b9bf1
10 changed files with 263 additions and 49 deletions

View File

@@ -17,4 +17,8 @@ class Manutenzione extends Model
'descrizione'=>$data['descrizione'],
]);
}
public static function getElementsbyOperazione($data) {
return DB::table('manutenziones')->where('fk_operazione_id','=',$data)->get();
}
}