Fix multiple notifications send to PIC at one time

- fix by removing previous scheduled notifications job before updating the notification configurations
This commit is contained in:
Afiq Hamzah
2024-06-04 18:48:06 +08:00
parent 052f65307d
commit cbf6bd5f1f
7 changed files with 65 additions and 98 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'url' => env('APP_URL', url('/'))
];