StoragePutLog.php 148 B

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