pimpable icon indicating copy to clipboard operation
pimpable copied to clipboard

Is this an issue ?

Open dileep-costprize opened this issue 7 years ago • 2 comments

Getting when trying this

ErrorException in Arr.php line 94: array_flip(): Can only flip STRING and INTEGER values!

$this->order ->with($relations) ->pimp(null, ['sort[]' => 'id,asc']);

works fine when I use some array instead of null in the first argument

dileep-costprize avatar Jan 31 '18 13:01 dileep-costprize

Which laravel version are you using?

jedrzej avatar Feb 21 '18 15:02 jedrzej

Laravel version 5.0.16

dileep-costprize avatar Mar 05 '18 05:03 dileep-costprize