Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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