find(1); $rootElement = $elementRepository->create(new CreateElementDto( set: $baderechSet, title: $baderechSet->getName(), description: $baderechSet->getDescription(), richText: '
Begin with a clear map for avodah growth.
' . 'Move steadily from awareness ' . 'to practice.
', parentElement: null, )); $elementRepository->create(new CreateElementDto( set: $baderechSet, title: 'Avodah Foundations', description: 'Core foundations for building a steady ' . 'avodah practice.', richText: 'Avodah foundations begin with honest awareness ' . 'and small repeatable steps.
', parentElement: $rootElement, )); $elementRepository->create(new CreateElementDto( set: $baderechSet, title: 'Daily Practice', description: 'Practical steps for consistent daily growth.', richText: 'Daily practice turns inspiration into a ' . 'dependable rhythm.
', parentElement: $rootElement, )); } }