Update Mapping DBH SKPD

This commit is contained in:
Pusdatin BPKD Jkt
2022-08-12 16:38:39 +07:00
parent 4ef399d7d5
commit b44e429aaf
7 changed files with 374 additions and 3 deletions
+2 -2
View File
@@ -9,6 +9,6 @@ use Yajra\Oci8\Eloquent\OracleEloquent as Eloquent;
class MappingDbhSkpd extends Eloquent
{
use HasFactory;
protected $connection = 'samasa';
protected $table = 'samasa.mapping_dbh_skpd';
protected $connection = 'Samasa';
protected $table = 'SAMASA.mapping_dbh_skpd';
}