diff --git a/Config/config.php b/Config/config.php index 01799fd..bf2d63d 100644 --- a/Config/config.php +++ b/Config/config.php @@ -1,4 +1,8 @@ + */ return [ 'name' => 'MMFRestrictedCustomers' diff --git a/Providers/MMFRestrictedCustomersServiceProvider.php b/Providers/MMFRestrictedCustomersServiceProvider.php index 7e0c4bf..a5a7b77 100644 --- a/Providers/MMFRestrictedCustomersServiceProvider.php +++ b/Providers/MMFRestrictedCustomersServiceProvider.php @@ -1,4 +1,8 @@ + */ namespace Modules\MMFRestrictedCustomers\Providers; diff --git a/start.php b/start.php index 140a105..e3ee9f7 100644 --- a/start.php +++ b/start.php @@ -1,4 +1,8 @@ + */ /* |-------------------------------------------------------------------------- @@ -13,5 +17,5 @@ */ if (!app()->routesAreCached()) { - require __DIR__ . '/Http/routes.php'; + require __DIR__ . '/Http/routes.php'; }