Browse Source

compound resource

master
Siti Rahayu 4 years ago
parent
commit
ebff73fb13
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Jobs/StoreNotice.php

+ 1
- 1
app/Jobs/StoreNotice.php View 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…
Cancel
Save