From 7f4a222a32b0bdf5723db628e271cff897b94dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Mon, 20 Dec 2021 22:12:20 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=BC=E3=83=AB=E3=82=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/Http/Controllers/Api/ChildrenController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/Http/Controllers/Api/ChildrenController.php b/backend/app/Http/Controllers/Api/ChildrenController.php index 0e39758c..edf5ecca 100644 --- a/backend/app/Http/Controllers/Api/ChildrenController.php +++ b/backend/app/Http/Controllers/Api/ChildrenController.php @@ -17,6 +17,7 @@ use App\Models\MeetingApprovals; use App\Models\TelActivation; use App\Notifications\SmsNotification; +use App\Mail\ChildrenMainRegistrationMail; class ChildrenController extends Controller { use AuthenticationTrait;