LtApppointment.php 154 B

123456789101112
  1. <?php
  2. namespace App\Models;
  3. use Illuminate\Foundation\Auth\User;
  4. class LtApppointment extends User
  5. {
  6. protected $table = 'lt_apppointment';
  7. }