Skip to content

Instantly share code, notes, and snippets.

@jonathanjd
Created September 12, 2018 15:22
Show Gist options
  • Select an option

  • Save jonathanjd/7badd8cfd89af8d6ece757cee0e72ba7 to your computer and use it in GitHub Desktop.

Select an option

Save jonathanjd/7badd8cfd89af8d6ece757cee0e72ba7 to your computer and use it in GitHub Desktop.
ErrorException in Builder.php
I have same problem. Laravel 5.2, php 7.2
If change error Line 1185 in 'vendor\laravel\framework\src\Illuminate\Database\Eloquent\Builder.php' to:
$originalWhereCount = is_array($query->wheres) ? count($query->wheres) : 0;
error will be fix, but I am new in Laravel.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment