ProjectInvitation
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 48
BelongsTo
project()
The project to which this invitation belongs.
at line 58
bool
isOpen()
Check if the invitation is still open.
at line 68
string
getExpiresAtForHumansAttribute()
The expires_at_for_humans.