coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
620 stars 354 forks source link

Could use collection and pluck to reduce this method to 1-2 lines #74

Open iamlasse opened 2 years ago

iamlasse commented 2 years ago

Role::all()->pluck('name')->toArray();

https://github.com/coreui/coreui-free-laravel-admin-template/blob/9b8ecf4d85d143420a21577aa296e15da761fb2e/app/Services/RolesService.php#L16