hello knows I try to do a crud with laravel 5.6 and with table called t_areaFuncional but my model is AreaFuncional and my controller AreaFuncionaController, deactivate .. the convention that laravel has. with respect to migrations ... my table in the database is called "t_areaFuncional" but laravel generates by default the query "select * from t_areafuncional
where id
" HELP !!