Develop realisasi belanja dbh

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-18 16:38:09 +07:00
parent 3036b133fe
commit d05779485b
17 changed files with 419 additions and 116 deletions
+2 -2
View File
@@ -9,6 +9,6 @@ use Yajra\Oci8\Eloquent\OracleEloquent as Eloquent;
class SubKegiatan extends Eloquent
{
use HasFactory;
protected $connection = 'oracle2';
protected $table = 'BAPEDA_BUDGETING.P_SPB_BELANJARINCIAKB';
protected $connection = 'oracle';
protected $table = 'NEWSIPKD.TMDPASUBGIAT';
}