File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function boot()
3737 foreach ($ plugins as $ plugin => $ desc )
3838 {
3939 $ plugin_code = str_replace ('_ ' , '' , strtolower ($ plugin ));
40- $ plugin_path = app_path (). '/Plugins / ' .ucfirst ($ plugin_code ). DIRECTORY_SEPARATOR ;
40+ $ plugin_path = app_path (). '/Modules / ' .ucfirst ($ plugin_code ). DIRECTORY_SEPARATOR ;
4141 $ plugin_config = $ plugin_path . 'config.php ' ;
4242
4343 if ( \File::exists ($ plugin_config ) )
@@ -48,7 +48,7 @@ public function boot()
4848 $ this ->loadTranslationsFrom ($ plugin_path .'Translations ' , $ plugin_code );
4949
5050 $ plugin_route = $ plugin_path . 'routes.php ' ;
51- $ plugin_namespace = 'App\Plugins \\' .ucfirst ($ plugin_code ). '\\Controllers ' ;
51+ $ plugin_namespace = 'App \\ Modules \\' .ucfirst ($ plugin_code ). '\\Controllers ' ;
5252
5353 if ( \File::exists ($ plugin_route ) )
5454 {
You can’t perform that action at this time.
0 commit comments