From 9467ec0e6cfdaae35e0cb7cb426117233d19e8a9 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, 15 Nov 2021 21:43:18 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/Http/Controllers/Api/FathersController.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/app/Http/Controllers/Api/FathersController.php b/backend/app/Http/Controllers/Api/FathersController.php index 89ae9773..f0f24a03 100644 --- a/backend/app/Http/Controllers/Api/FathersController.php +++ b/backend/app/Http/Controllers/Api/FathersController.php @@ -13,10 +13,14 @@ use Illuminate\Support\Facades\Storage; use App\Models\Father; use App\Models\FatherRelation; use App\Models\EmailActivation; +use App\Models\MeetingApprovals; + use App\Mail\FathersForgetPasswordMail; use App\Mail\FathersRegistrationTemporaryMail; use App\Mail\FathersRegistrationMainMail; +use App\Notifications\SmsNotification; + class FathersController extends Controller { use AuthenticationTrait; use AuthorizationTrait;