PHP Class App\Models\History\History

Inheritance: extends Illuminate\Database\Eloquent\Model, use trait App\Models\History\Traits\Relationship\HistoryRelationship
Show file Open project: rappasoft/laravel-5-boilerplate Class Usage Examples

Protected Properties

Property Type Description
$fillable array The attributes that are mass assignable.
$table string The database table used by the model.

Property Details

$fillable protected property

The attributes that are mass assignable.
protected array $fillable
return array

$table protected property

The database table used by the model.
protected string $table
return string