Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在有类似这样的代码的行上遇到异常“遇到的非数字值”
$data = $d->events()->where('event_type', 'something')->count();
我让这个东西在 PHP 7.0 和 Laravel 一个版本点下工作正常,但是升级到 PHP 7.1 和 laravel 到最新版本,我开始收到这个异常
我试图删除 count() 并 dd 结果,但没有运气
我现在有 Laravel - 5.4.15(可能是最新的)