SPS Pindah ke custom AKB

This commit is contained in:
Pusdatin BPKD Jkt
2023-01-05 16:22:17 +07:00
parent 0e6cfe7f72
commit 2cfae01c0e
7 changed files with 63 additions and 39 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Yajra\Oci8\Eloquent\OracleEloquent as Eloquent;
use Illuminate\Support\Facades\Auth;
class VwRekeningPendapatan extends Eloquent
{
use HasFactory;
protected $connection = 'oracle';
protected $table = 'SAMASA.VW_REKENING_PENDAPATAN';
}