Skip to content

Commit 8a3c276

Browse files
committed
refactor: Remove UpgradeDb command and update version to 2.10.0 in composer.json
1 parent 4c5442d commit 8a3c276

File tree

3 files changed

+7
-62
lines changed

3 files changed

+7
-62
lines changed

app/Console/Commands/UpgradeDb.php

-53
This file was deleted.

app/Models/DaftarKontrakMitra.php

+6-8
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99

1010
class DaftarKontrakMitra extends Model
1111
{
12-
// protected $fillable = [
13-
// 'kontrak_mitra_id',
14-
// 'mitra_id',
15-
// 'status_kontrak',
16-
// 'status_bast',
12+
protected $fillable = [
13+
'kontrak_mitra_id',
14+
'mitra_id',
15+
'status_kontrak',
16+
'status_bast',
1717

18-
// ];
19-
20-
protected $guarded = [];
18+
];
2119

2220
protected function casts(): array
2321
{

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@
9494
},
9595
"minimum-stability": "dev",
9696
"prefer-stable": true,
97-
"version": "2.9.0"
97+
"version": "2.10.0"
9898
}

0 commit comments

Comments
 (0)