Jackey Cheung

Results 1 comments of Jackey Cheung

Actually, in my project, I've change the callback to 1-liner ``` php return function() use ($columns) {return parent::get($columns);} ``` It works for me. But it seems that this repo is...