Dmitry Vlasov

Results 3 comments of Dmitry Vlasov

The same for me... Laravel 5.8.33 + Passport 7.4.0 + Passport Multi-Auth 4.1.0

Same problem for me. I use Datatables as well and I got an infinite loop in function [convertToArray](https://github.com/yajra/laravel-datatables/blob/9.0/src/Utilities/Helper.php#L166). I had to add attachment to `$hidden` array of Model. ```