Kyslik / column-sortable

Package for handling column sorting in Laravel 5/6/7/8
MIT License
644 stars 105 forks source link

use is_callable instead of method_exists #79

Closed timopaul closed 6 years ago

timopaul commented 6 years ago

is_callable respect also overloading with alias methods

timopaul commented 6 years ago

no, sorry. my mistake. with is_callable it does not work fine.