RadiusRadPostauth.php 148 B

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