Update tambah tombol Penyesuaian perubahan AKB Perubahan

This commit is contained in:
Pusdatin BPKD Jkt
2023-11-10 09:53:59 +07:00
parent 7810ed5495
commit 6dfb23e282
7 changed files with 173 additions and 8 deletions
+3 -2
View File
@@ -10,7 +10,8 @@ use Illuminate\Support\Facades\Auth;
class AkbPendapatan extends Eloquent
{
use HasFactory;
protected $connection = 'oracle';
protected $connection = 'Samasa';
protected $table = 'SAMASA.AKB_PENDAPATAN';
protected $guarded = [];
public $timestamps = false;
}