Laravel General error: 1366 Incorrect integer value error

后端 未结 0 1837
攒了一身酷
攒了一身酷 2020-12-04 07:01

I\'m trying to find a service from a text, in the controller:

$id = (int)$mg_text; //$mg_text is an string that a user has sent
$service = Service::find($id);         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题