Property | Type | Description | |
---|---|---|---|
$casts | array | The attributes that should be casted to native types. | |
$fillable | array | The attributes that are mass assignable. | |
$hidden | array | The attributes excluded from the model's JSON form. |
Method | Description | |
---|---|---|
boot ( ) | Override the boot method to bind model event listeners. | |
notificationPayload ( ) : array | Generates a slack payload for the link failure. | |
project ( ) : |
Belongs to relationship. | |
setUrlAttribute ( string $value ) | Define a mutator to set the status to untested if the URL changes. |
public static boot ( ) |
public notificationPayload ( ) : array | ||
return | array |
public project ( ) : |
||
return |
public setUrlAttribute ( string $value ) | ||
$value | string |
protected array $casts | ||
return | array |
protected array $fillable | ||
return | array |