ClientPointUpdate.php 168 B

12345678910111213
  1. <?php
  2. namespace App\Models;
  3. use Illuminate\Database\Eloquent\Model;
  4. class ClientPointUpdate extends Model
  5. {
  6. protected $table = "client_point_update";
  7. //
  8. }