Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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. }