class Upload extends Model (View source)

Traits

Prunable

Properties

static protected $unguarded from  Model

Methods

getConnectionName()

No description

from  Model
static Upload
fromFile(UploadedFile $file)

No description

static void
booted()

No description

MorphToMany
posts()

No description

MorphToMany
comments()

No description

Builder
prunable()

No description

Details

getConnectionName()

No description

static Upload fromFile(UploadedFile $file)

No description

Parameters

UploadedFile $file

Return Value

Upload

static protected void booted()

No description

Return Value

void

MorphToMany posts()

No description

Return Value

MorphToMany

MorphToMany comments()

No description

Return Value

MorphToMany

Builder prunable()

No description

Return Value

Builder