php Laravel- A non well formed numeric value encountered (on string)

前端 未结 2 1008
太阳男子
太阳男子 2021-02-04 06:41

I have two function in my controller and service. I want to call a function in service. Here is my code :

Controller:

public function f         


        
2条回答
  •  情歌与酒
    2021-02-04 07:02

    I had the same issue on Laravel 5.2 PHP 7.1. If you don't want to update the entire framework, you can do:

    composer update symfony/var-dumper
    

    as stated here.

提交回复
热议问题