TRUE, ); protected $fillable = [ 'name', 'isClosed', ]; /** * Get the state changes for a paddock */ public function state_changes() { return $this->hasMany('App\PaddockStateChange'); } }