where('nest_id', $egg->nest_id) ->where('id', $eggId) ->count(); if ($results !== 1) { throw new NoParentConfigurationFoundException(trans('exceptions.nest.egg.must_be_child')); } } // TODO: (Dane) Once the admin UI is done being reworked and this is exposed // in said UI, remove this so that you can actually update the denylist. unset($data['file_denylist']); $egg->update($data); } }