From a085a47e04ab262449698f6e752dd3a731b4d76a Mon Sep 17 00:00:00 2001 From: "y.higashide" Date: Wed, 8 Oct 2025 16:59:54 +0900 Subject: [PATCH] =?UTF-8?q?app/Http/Controllers/RegularContractCreateContr?= =?UTF-8?q?oller.php=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/RegularContractCreateController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/RegularContractCreateController.php b/app/Http/Controllers/RegularContractCreateController.php index 5ee9b13..63395a3 100644 --- a/app/Http/Controllers/RegularContractCreateController.php +++ b/app/Http/Controllers/RegularContractCreateController.php @@ -12,6 +12,7 @@ use Illuminate\Support\Facades\Redirect; use Illuminate\Support\Facades\Artisan; use Exception; use function redirect; +use Carbon\Carbon; class RegularContractCreateController extends Controller {