File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 */
88 'services ' => [
99 Webfactor \Laravel \Generators \Services \MigrationService::class,
10- /* Webfactor\Laravel\Generators\Services\LanguageFileService::class,
10+ Webfactor \Laravel \Generators \Services \LanguageFileService::class,
1111 Webfactor \Laravel \Generators \Services \BackpackCrudModelService::class,
1212 Webfactor \Laravel \Generators \Services \BackpackCrudRequestService::class,
1313 Webfactor \Laravel \Generators \Services \BackpackCrudControllerService::class,
1414 Webfactor \Laravel \Generators \Services \FactoryService::class,
1515 Webfactor \Laravel \Generators \Services \SeederService::class,
1616 Webfactor \Laravel \Generators \Services \RouteService::class,
17- Webfactor\Laravel\Generators\Services\SidebarService::class,*/
17+ Webfactor \Laravel \Generators \Services \SidebarService::class,
1818 ],
1919
2020 /*
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ protected function generateFile(): void
2626 $ this ->buildFileContent ();
2727
2828 if (!$ this ->filesystem ->isDirectory ($ this ->naming ->getPath ())) {
29- $ this ->filesystem ->makeDirectory ($ this ->naming ->getPath ());
29+ $ this ->filesystem ->makeDirectory ($ this ->naming ->getPath (), 0755 , true );
3030 }
3131
3232 $ this ->filesystem ->put ($ this ->naming ->getFile (), $ this ->fileContent );
You can’t perform that action at this time.
0 commit comments