Paylist.php 135 B

123456789
  1. <?php
  2. namespace App\Models;
  3. class Paylist extends Model
  4. {
  5. protected $connection = "default";
  6. protected $table = 'paylist';
  7. }