暂无描述

Title.php 126B

12345678
  1. <?php
  2. use Illuminate\Database\Eloquent\SoftDeletingTrait;
  3. class Title extends Eloquent
  4. {
  5. protected $table = 'titles';
  6. }