feat: add Kavenegar template guide and update PreRegistrationController to use appUrl

This commit is contained in:
hamed
2026-07-05 11:27:10 +03:30
parent 969dc9651f
commit 87d94801f8
3 changed files with 77 additions and 2 deletions
+4
View File
@@ -112,6 +112,10 @@ services:
arguments:
$appUrl: '%env(APP_BASE_URL)%'
App\Auth\Controller\PreRegistrationController:
arguments:
$appUrl: '%env(APP_BASE_URL)%'
App\Sms\Controller\SmsWalletController:
arguments:
$appBaseUrl: '%env(APP_BASE_URL)%'