Sfoglia il codice sorgente

compound resource

master
Siti Rahayu 4 anni fa
parent
commit
ebff73fb13
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      app/Jobs/StoreNotice.php

+ 1
- 1
app/Jobs/StoreNotice.php Vedi File

@@ -162,7 +162,7 @@ class StoreNotice implements ShouldQueue
// }

/******************************************************************/
$gDate = date('F Y', strtotime($notice->created_n['date']));
$gDate = date('F Y', strtotime($notice->created_n));
$historyData = [
'tarikh_kumpulan' => $gDate,
];

Loading…
Annulla
Salva