Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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