class ProjectInvitation extends Model

Traits

HasFactory

Properties

protected array $fillable

The attributes that are mass assignable.

protected array $casts

The attributes that should be casted to native types.

protected array $appends

The accessors to append to the model's array form.

Methods

BelongsTo
project()

The project to which this invitation belongs.

bool
isOpen()

Check if the invitation is still open.

string
getExpiresAtForHumansAttribute()

The expires_at_for_humans.

Details

at line 50
BelongsTo project()

The project to which this invitation belongs.

Return Value

BelongsTo

at line 60
bool isOpen()

Check if the invitation is still open.

Return Value

bool

at line 70
string getExpiresAtForHumansAttribute()

The expires_at_for_humans.

Return Value

string