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;