3
At Laravel I’m looking for a record in the database by id
table, but the code below only consults if the nomenclature in the column is id
$prod = $this->produto->find(3)
If the column name is prod_id
for example, how can I return the record?
Vlw, that’s what I needed
– Ivan Alves
@Ivanalves pf put as correct answer
– Ivan Vilanculo