class StorageRequestFile extends Model

Traits

HasFactory

Properties

bool $timestamps

Indicates if the model should be timestamped.

protected array $casts

The attributes that should be cast.

protected array $fillable

The attributes that are mass assignable.

protected array $hidden

The attributes that should be hidden for arrays.

Methods

BelongsTo
request()

The request to which this file belongs.

static Factory
newFactory()

Create a new factory instance for the model.

Details

at line 58
BelongsTo request()

The request to which this file belongs.

Return Value

BelongsTo

at line 68
static protected Factory newFactory()

Create a new factory instance for the model.

Return Value

Factory