LaravelDaily / quickadmin

Quick adminpanel builder package for Laravel 5
MIT License
600 stars 193 forks source link

Update Controller Builder #119

Closed ezequiel9 closed 7 years ago

ezequiel9 commented 7 years ago

I have fixed one bug on Prepend method. If you put null in prepend for select values, it will write its values like array, "0,1,2,3...." so, if you want delete one row it will not match the value with the real id.