ProjectInvitation
class ProjectInvitation extends Model
Traits
HasFactory
Properties
protected array<int,string> | $fillable | The attributes that are mass assignable. |
|
protected array<string,string> | $casts | The attributes that should be casted to native types. |
|
protected array<int,string> | $appends | The accessors to append to the model's array form. |
Methods
Project,$this>
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
Project,$this>
project()
The project to which this invitation belongs.
at line 60
bool
isOpen()
Check if the invitation is still open.
at line 70
string
getExpiresAtForHumansAttribute()
The expires_at_for_humans.