You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a menu files seeder and each file is a menu.
Before when I am using laravel 5.4, $menuFiles = \File::files(base_path('database/seeds/menus/')') return files in correct order but now in 5.5, it is not sorted properly. the files are:
Description:
I have a menu files seeder and each file is a menu.
Before when I am using laravel 5.4,
$menuFiles = \File::files(base_path('database/seeds/menus/')')
return files in correct order but now in 5.5, it is not sorted properly. the files are:Currently the workaround I did to fix this is:
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: