<?php use Illuminate\Database\Eloquent\SoftDeletingTrait; class Title extends Eloquent { protected $table = 'titles'; }