File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function boot()
37
37
foreach ($ plugins as $ plugin => $ desc )
38
38
{
39
39
$ 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 ;
41
41
$ plugin_config = $ plugin_path . 'config.php ' ;
42
42
43
43
if ( \File::exists ($ plugin_config ) )
@@ -48,7 +48,7 @@ public function boot()
48
48
$ this ->loadTranslationsFrom ($ plugin_path .'Translations ' , $ plugin_code );
49
49
50
50
$ plugin_route = $ plugin_path . 'routes.php ' ;
51
- $ plugin_namespace = 'App\Plugins \\' .ucfirst ($ plugin_code ). '\\Controllers ' ;
51
+ $ plugin_namespace = 'App \\ Modules \\' .ucfirst ($ plugin_code ). '\\Controllers ' ;
52
52
53
53
if ( \File::exists ($ plugin_route ) )
54
54
{
You can’t perform that action at this time.
0 commit comments