Public is just the boolean (#1101)
This commit is contained in:
parent
28052d5943
commit
ceff5acb85
|
@ -41,7 +41,6 @@ class Node extends Model implements CleansAttributes, ValidableContract
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $casts = [
|
protected $casts = [
|
||||||
'public' => 'integer',
|
|
||||||
'location_id' => 'integer',
|
'location_id' => 'integer',
|
||||||
'memory' => 'integer',
|
'memory' => 'integer',
|
||||||
'disk' => 'integer',
|
'disk' => 'integer',
|
||||||
|
@ -228,5 +227,4 @@ class Node extends Model implements CleansAttributes, ValidableContract
|
||||||
{
|
{
|
||||||
return $this->hasMany(Allocation::class);
|
return $this->hasMany(Allocation::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue