Arreglado metodo que al final sí era usado
This commit is contained in:
parent
5c1fa931eb
commit
07289b01e9
|
@ -42,6 +42,10 @@ class Producto extends Model
|
|||
return Producto::pluck('id', 'fila',)->all();
|
||||
}
|
||||
|
||||
public static function productosIDFila() {
|
||||
return Producto::pluck('fila', 'id',)->all();
|
||||
}
|
||||
|
||||
public static function productosIDNombre() {
|
||||
return Producto::pluck('nombre', 'id',)->all();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue