Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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