CheckInLog.php 132 B

12345678910
  1. <?php
  2. namespace App\Models;
  3. class CheckInLog
  4. {
  5. protected $connection = "default";
  6. protected $table = "ss_checkin_log";
  7. }