corretto lunghezza stringa colonne ntelaio e nmotore
This commit is contained in:
@@ -17,4 +17,8 @@ class Accessori extends Model
|
||||
'descrizione'=>$data['descrizione'],
|
||||
]);
|
||||
}
|
||||
|
||||
public static function getElementsbyOperazione($data) {
|
||||
return DB::table('accessoris')->where('fk_operazione_id','=',$data)->get();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user