PHP Class App\Models\History\History

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

Protected Properties

Свойство Type Description
$fillable array The attributes that are mass assignable.
$table string The database table used by the model.

Property Details

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
Résultat array

$table protected_oe property

The database table used by the model.
protected string $table
Résultat string