0

我在 laravel 中有这样的功能:

    public function Add(BirthValidate $request){
        $mobile=$request->mobile;
        $name=$request->name;
        Smsirlaravel::addToCustomerClub('mr',$name,'birthday',$mobile);
}

这在 Windows 中的 xammp 中运行良好,但在 cpanel linux 主机中不起作用,并显示此错误:

local.ERROR: count(): Parameter must be an array or an object that implements Countable {"exception":"[object] (ErrorException(code: 0): count(): Parameter must be an array or an object that implements Countable at /home/../vendor/ipecompany/smsirlaravel/src/Smsirlaravel.php:23)
4

0 回答 0