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 | |
---|---|---|
servers ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | Belongs to many relationship. |
public servers ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | ||
return | Illuminate\Database\Eloquent\Relations\BelongsToMany |
protected array $casts | ||
return | array |
protected array $fillable | ||
return | array |