We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5647da commit 4453464Copy full SHA for 4453464
app/Models/RealisasiKinerja.php
@@ -11,6 +11,11 @@ protected function casts(): array
11
{
12
return [
13
'is_indikator' => 'boolean',
14
+ 'bukti_realisasi_tw1' => 'array',
15
+ 'bukti_realisasi_tw2' => 'array',
16
+ 'bukti_realisasi_tw3' => 'array',
17
+ 'bukti_realisasi_tw4' => 'array',
18
+
19
];
20
}
21
composer.json
@@ -101,5 +101,5 @@
101
},
102
"minimum-stability": "dev",
103
"prefer-stable": true,
104
- "version": "2.11.1"
+ "version": "2.11.2"
105
0 commit comments