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;