ProGeneralAvailability.php 171 B

12345678910
  1. <?php
  2. namespace App\Models;
  3. # use Illuminate\Database\Eloquent\Model;
  4. class ProGeneralAvailability extends Model
  5. {
  6. protected $table = 'pro_general_availability';
  7. }