Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

EPBT.php 317B

1234567891011121314151617
  1. <?php
  2. namespace App\Model\Database;
  3. use Illuminate\Notifications\Notifiable;
  4. use Yajra\Oci8\Eloquent\OracleEloquent as Eloquent;
  5. use App\Model\Database\Kelantanpay;
  6. class EPBT extends Eloquent
  7. {
  8. //
  9. use Notifiable;
  10. protected $connection = 'oracle';
  11. protected $table = 'KELANTANPAY';
  12. }