This commit is contained in:
izuddin
2025-03-27 15:02:11 +07:00
parent 04aa047643
commit 43625e5431
+1 -1
View File
@@ -10,7 +10,7 @@ use Illuminate\Support\Facades\Auth;
class VwRekeningPendapatan extends Eloquent
{
use HasFactory;
protected $connection = 'oracle';
protected $connection = 'Samasa';
protected $table = 'VW_REKENING_PENDAPATAN';
}