protected function handle(Item $item) { if (!$item->isHandled() && $item->getParent() === null) { $this->handled->enqueue($item); } }