sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 260 forks source link

modifying query with scopes is not working #336

Open fruckt opened 8 years ago

fruckt commented 8 years ago

good time of day.

i have an error at row 175 in admin/src/SleepingOwl/Admin/Display/DisplayTable.php in method modifyQuery($query).

maybe call_user_func_array([$query,$method], $scope); needs to be changed with call_user_func_array([$method, $query], $scope);

butschster commented 8 years ago

Use https://github.com/LaravelRUS/SleepingOwlAdmin