From de14ec822106486129f0ba5208642bb1f05f6d32 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Fri, 12 Jul 2024 12:36:00 +0200 Subject: [PATCH] Add missing copyright statements --- Config/config.php | 4 ++++ Providers/MMFRestrictedCustomersServiceProvider.php | 4 ++++ start.php | 6 +++++- 3 files changed, 13 insertions(+), 1 deletion(-) 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'; }