Files
api_arrahn/config/app.php
T
Afiq Hamzah cbf6bd5f1f Fix multiple notifications send to PIC at one time
- fix by removing previous scheduled notifications job before updating the notification configurations
2024-06-11 08:41:12 +08:00

6 lines
56 B
PHP

<?php
return [
'url' => env('APP_URL', url('/'))
];