Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
The "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
The "Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
Since symfony/doctrine-bridge 6.3: Registering "gedmo.listener.softdeleteable" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "Knp\DoctrineBehaviors\Provider\UserProvider" service.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
Since symfony/doctrine-bridge 6.3: Registering "Gedmo\SoftDeleteable\SoftDeleteableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by App_KernelDevDebugContainer.php:1978, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:1455, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Gedmo\SoftDeleteable\SoftDeleteableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.e_tag AS e_tag_7 FROM sermon t0 WHERE t0.e_tag = ? LIMIT 1"
(parameters:
[1 => "0x8DEB8B3A392C7C8"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.e_tag AS e_tag_7 FROM sermon t0 WHERE t0.e_tag = ? LIMIT 1"
"params" => [1 => "0x8DEB8B3A392C7C8"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.e_tag AS e_tag_7 FROM sermon t0 WHERE t0.path = ? LIMIT 1"
(parameters:
[1 => "KNS/KNS-I-16.xml"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.e_tag AS e_tag_7 FROM sermon t0 WHERE t0.path = ? LIMIT 1"
"params" => [1 => "KNS/KNS-I-16.xml"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Method Doctrine\ORM\Event\LifecycleEventArgs::getEntity() is deprecated and will be removed in Doctrine ORM 3.0. Use getObject() instead. (LifecycleEventArgs.php:44 called by TranslatableEventSubscriber.php:164, https://github.com/doctrine/orm/issues/9875, package doctrine/orm)
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\AnnotationReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
"UPDATE sermon SET content = ?, e_tag = ?, updated_at = ? WHERE id = ?"
(parameters:
[1 => """
<?xml version="1.0" encoding="UTF-8"?>\n<TEI xmlns="http://www.tei-c.org/ns/1.0">\n <teiHeader>\n <fileDesc>\n <titleStmt>\n <title/>\n <author>Janusz Gruchała</author>\n </titleStmt>\n <editionStmt>\n <edition><date>2023-10-07</date></edition>\n </editionStmt>\n <publicationStmt>\n <p>unknown</p>\n </publicationStmt>\n <sourceDesc>\n <p>Converted from a Word document</p>\n </sourceDesc>\n </fileDesc>\n <encodingDesc>\n <appInfo>\n <application xml:id="docxtotei" ident="TEI_fromDOCX" version="2.15.0">\n <label>DOCX to TEI</label>\n </application>\n </appInfo>\n </encodingDesc>\n <revisionDesc>\n <listChange>\n <change><date>2023-10-16T10:06:23Z</date><name>Janusz Gruchała</name></change>\n </listChange>\n </revisionDesc>\n </teiHeader>\n <text>\n <body>\n <div>\n <head type="title">Na wtórą niedzielę w Post</head>\n <epigraph>\n <cit type="bible">\n <bibl>Ewanjelija u Mateusza świętego w XVII</bibl>\n <q>Czasu onego wziął Pan Jezus Piotra i Jakuba, i Jana, brata jego, i\n wprowadził je na gorę wysoką osobno;. i przemienił się przed nimi. A\n oblicze jego rozjaśniało jako słońce; szaty też jego zstały się białe\n jako śnieg. A oto się im ukazali Mojżesz i Elijasz z nimi rozmawiający.\n A odpowiadając Piotr rzekł do Pana Jezusa: <q>Panie, dobrze jest nam tu\n być; jeśli chcesz, uczyńmy tu trzy <term corresp="CKAMENFU-1"\n >przybytki</term>: tobie jeden, Mojżeszowi jeden, a Elijaszowi\n jeden</q>. Gdy on jeszcze mowił, oto obłok jasny okrył je; a oto\n głos z obłoku mowiący: <q>Ten jest Syn moj miły, w ktorym\n <term>się</term> mnie dobrze <term corresp="CTJKHNXM-1"\n >upodobało</term>, jegoż słuchajcie</q>. A usłyszawszy,\n uczniowie upadli na twarz swoję i bali się barzo. A przystąpiwszy, Pan\n Jezus dotknął się ich i rzekł im: <q>Wstańcie a nie bojcie się</q>. A\n podniozszy oczy swe, nikogo nie widzieli, jedno samego Pana Jezusa. A\n gdy zstępowali z gory, przykazał im Pan Jezus, mowiąc: <q>Nikomu nie\n powiadajcie widzenia (tego), aż Syn człowieczy\n zmartwychwstanie</q>.</q>\n </cit>\n </epigraph>\n <p n="1">Nie święcim dziś Przemienienia Pańskiego, jest inszy dzień na to święto od\n Kościoła postawiony<note corresp="XVVJVYFX"/>; ale tę Ewanjeliją czytamy dziś\n dla tego<add type="argument" place="margin">Dlaczego tę Ewanjeliją dziś Kościoł\n kładzie.</add>: naprzod abyśmy <term>się</term> w zaczętym tym czasie pokuty\n i postu przez dni 40 umocnili i do zbawiennego z nich pożytku <term\n corresp="CTHPTUCU-1">sposobili</term>, patrząc jako ty takie dni 40\n poświęciły się w zakonie starym u <persName corresp="BTO99">Mojżesza</persName>\n i u prorokow przez <persName corresp="BTO156">Helijasza</persName>, ktore tu nam\n Pan Jezus ukazuje, abyśmy sobie wspomnieli, jako oni pościli. Mojżesz, gdy miał\n <term corresp="CKVCYKXP-3">zakon</term> wziąć na tablicach onych opisany,\n ktorym miał ludzie w bojaźni Bożej i onę ich Rzeczpospolitą w całości zachować;\n i Helijasz, gdy Pana Boga o naprawę i przywrocenie obalonych ołtarzow i\n spustoszonej chwały jego ubłagać i uprosić miał. A k temu, żebyśmy na zapłatę\n patrzyli, jako Pan Bog posty i inne trudzenia, i cnoty pobożności wszelakiej\n płacić umie takim <term corresp="CAHXVCFW-4">państwem</term> i rozkoszami, ktore\n tu ukazał uczniom swoim i w nich nam, synom ich, abyśmy się przez zapłatę\n wieczną i\n trwałą,<!-- czy ten przecinek potrzebny? Jest wprawdzie ukośnik w tekście, ale... -->\n do krotkiej pracej i roboty upominali. A na koniec dla tego się ta Ewanjelija\n czyta, abyśmy gorę onę, z ktorej szatan krolestwa świata tego ukazował do\n grzechu i bałwochwalstwa namiawiając, z tą gorą, na ktorej Pan Jezus krolestwo\n swoje niebieskie ukazał, przyrownali, a dobre obieranie uczynili, tamtą\n szatańską gardząc i onej się strzegąc, a na tę Chrystusowę garnąc się i cisnąc.\n O czym mowić będziem za pomocą Ducha Świętego; <term corresp="CAUUHPYU-1"\n >jedno</term> pierwej wiarę naszę i artykuły jej niektore z tej Ewanjelijej\n utwierdzim.</p>\n </div>\n <div>\n <head>Pierwsza część</head>\n <argument>\n <ab>O świadectwie bostwa Pana Chrystusowego na tej gorze, o nieśmiertelności\n dusz naszych i wieczności ciał, o ukazowaniu się dusz ludzkich i o ich\n rożnych miejscach</ab>\n </argument>\n <p n="2">Gdy <persName corresp="BTO60">Piotr</persName> święty na pytanie Pana i\n Mistrza swego wiarę, na ktorej-eśmy zbudowani, o bostwie jego wyznał, mowiąc\n <add type="ref" subtype="bible" place="margin" corresp="BWTRNXJU">Matth.\n 16.</add><add type="argument" place="margin">Wyznanie Piotra\n świętego.</add>: <cit type="bible" corresp="BWTRNXJU">\n <q>Tyś jest Chrystus, Syn Boga żywego</q>\n </cit>, pochwalił Pan jego wyznanie, mowiąc, iż się tego nie nauczył od ludzi\n ani z <term corresp="CTXJHYYF-3">dowcipu</term> i mądrości świeckiej, ani z\n pisma Mojżeszowego i prorockiego, ktorego abo nie czytał, abo go jako prosty\n rybak nie rozumiał, ale onę wszytkę naukę i tajemnicę miał z objawienia Ojca\n niebieskiego. Ktora wiara i wyznanie to w sobie zamyka, iż Pan Chrystus jest\n Synem Bożym, nie <term corresp="CFHCMKYK-1">sposobionym</term> jako ini święci i\n prorocy, ale rodzonym przed wieki, jednej <term corresp="CRPTHUXE-1"\n >natury</term> z Ojcem i bostwa jednego. Bo gdy ludzie na cuda dziwne Pana\n Jezusowe i na żywot jego i mądrość patrzyli <add type="ref" subtype="bible"\n place="margin" corresp="BAYYEKAC">Matth. 16.</add> – domyślali się, iż jest\n abo Helijaszem, abo <persName corresp="BTO79">Jeremijaszem</persName>, abo\n <persName corresp="BTO57">Janem Chrzcicielem</persName>, ktorzy byli w łasce\n wielkiej u Boga i synmi się Bożymi wedle łaski i <term corresp="CFECANJW-2"\n >sposobienia</term> znać mogli. Ale się tego nikt domyślić nie mogł, aby Pan\n Jezus był Synem rodzonym i jednej natury, i rownego bostwa z Ojcem<add\n type="argument" place="margin">Domyślić się było trudno, iż Bog w ciało się\n ludzkie wcielił.</add>. Sam Ociec niebieski do serca to i wiadomości\n Piotrowej podał i jemu tę pierwszą tajemnicę wiary naszej i Boga w Trojcy\n jedynego objawił.</p>\n <p n="3">Ta wiara, iż była barzo dziwna i trudna – a tym trudniejsza, iż taki ten\n Syn Boży rowny Bogu, ciałem i naturą obłożony, na wzgardę, <term\n corresp="CAXNXNCA-2">pośmiech</term> i srogą mękę, i śmierć sromotną dany\n być miał – jako sam po tym Piotrowym wyznaniu dołożył i opowiedział; na\n utwierdzenie rzeczy i wiary tak trudnej obiecał niektorym uczniom przy Pietrze\n ukazać im krolestwo swoje, gdzie od tegoż Ojca niebieskiego nie tajemnie do\n serca, ale jawnie do ucha świadectwo usłyszeć mieli, iż Piotr dobrze wyznał, a\n iż on jest prawy Syn Boga żywego, tejże z nim natury jednej Boskiej. To się\n zstało, jako nam Ewanjelista powiedział, po sześci dni, gdy im to Pan obiecował.\n Wziął Piotra, <persName corresp="BTO108">Jakuba</persName> i <persName\n corresp="BTO7">Jana</persName> Pan Jezus i prowadził je na gorę wysoką, i\n przemienił się przed nimi, i ukazał się im Mojżesz i Helijasz, ktorzy na świecie\n tu żyjąc, o Messyjaszu pisali i nauczali. Co w piśmie swoim Mojżesz opowiedział,\n co w ciemnych figurach pokrył i czego oni abo nie czytali, abo na ten czas\n zrozumieć nie mogli<add type="argument" place="margin">Mojżesz o Chrystusie\n osobą swoją pismo swoje wyłożył.</add> – to sam osobą swoją z otchłani\n świętych ojcow przyzwany, zeznawa, iż: <!-- pseudocytat -->\n <q>Ten jest obiecany Messyjasz, o ktorym-em pisał</q>\n <add type="ref" subtype="bible" place="margin" corresp="BURHUHMF">Deut.\n 18.</add>. I mowiąc z nim, jako Łukasz święty dokłada <add type="ref"\n subtype="bible" place="margin" corresp="BCKMNXFU">Luc. 9.</add>, o jego\n zeszciu, ktore być w Jeruzalem miało, to jest o męce i śmierci jego dał znać, iż\n to on Baranek, ktorego krew’ świat wszystek odkupić i wyzwolić z niewoli\n wiecznej miała <add type="ref" subtype="bible" place="margin" corresp="BPYKXAVK"\n >Exod. 12.</add>. Toż uczynił Helijasz, przedniejszy prorok, <term\n corresp="CFFEWFKF-1">imieniem</term> wszytkich prorokow: wyznał, iż ten jest\n a nie iny, o ktorym prorocy opowiedali.</p>\n <p n="4">Zatym nastąpiło nawyższe świadectwo Boga Ojca o drugiej Boskiej naturze\n jego – usłyszeli głos z obłoku; osoby nie widzieli, bo Bog nie ma twarzy ani\n <term corresp="CTXEPPWC-2">podobieństwa</term> żadnego na niebie i na ziemi,\n jako Mojżesz nauczał<add type="argument" place="margin">Bog nie ma podobieństwa\n żadnego.</add>\n <add type="ref" subtype="bible" place="margin" corresp="BHFWHNMH">Deut. 4.</add>: <cit type="bible" corresp="BHFWHNMH">\n <q>Głos-eś – <term corresp="CVYVKNUJ-1">prawi</term> – jego słyszał, ale\n twarzy i formy żadnej nie widział</q>\n </cit>; i nie może się malować do żadnej rzeczy nieprzyrownane bostwo; i ten\n głos tak zabrzmiał: <add type="ref" subtype="bible" place="margin" resp="editor" corresp="BXNRJJEW">Mt 17,5</add><cit type="bible" corresp="BXNRJJEW">\n <q>To jest namilszy Syn moj, w ktorym mi się upodobało, tego\n słuchajcie</q></cit>. <!-- pseudocytat --><q>Nie Mojżesz, nie Helijasz, nie żaden święty, nie\n anjoł, ktory Synem jest moim – ale ten sam; nie czyniony ani stworzony,\n ale rodzony, w ktorym mam wszytko kochanie i rozkoszy moje.</q>\n </p>\n <p n="5">Bog <term corresp="CYVVAWNA-1">właśnie</term> kochać się <term>nie</term>\n może, <term corresp="CAUUHPYU-2">jedno</term> sam w sobie i naturze swej<add\n type="argument" place="margin">Kochanie Boskie <term corresp="CEFNHCNT-2"\n >własne</term> w samym sobie.</add>. Miłuje ludzie i sługi, i to co\n stworzył, ale upodobania swego własnego, ktore wielkości i majestatu, i naturze\n jego przystoi, nie ma, jedno sam w sobie. Jako anjoł i duch nie ma kochania w\n cielesnych dobrach, bo ciała nie ma; i człowiek nie mieszka w wodzie jako ryby,\n ktore się w niej rodzą i kochają – tak Pan Bog w naturze <term\n corresp="CTJMEXAC-1">tylo</term> swej, to jest sam w sobie upodobanie ma<add\n type="argument" place="margin">Co to jest: <q>W ktorym mi się\n upodobało</q>.</add>, ktora jego natura, iż jest wszytka w Synie i onę\n przedwiecznym rodzeniem nań wlewa, przeto rownym mu jest i jednym z nim\n Bogiem.</p>\n <p n="6">Mamy tedy i tu wielkie <term corresp="CWEVKMPJ-1">wyświadczenie</term> tego\n bostwa Syna Bożego, ktore Piotr święty wyznał przeciw <term type="factual" corresp="FKJMJMNN-1">arijanom</term> i inym\n nieprzyjaciołom Boga w Trojcy jedynego . I przetoż kazania i nauki swojej, i\n wyznania onej wiary o Chrystusie Piotr święty tym widzeniem i słyszeniem głosu\n Ojcowskiego wspiera, mowiąc: <add type="ref" subtype="bible"\n place="margin" corresp="BXXNTHFV">2. Petr. 1.</add><cit type="bible" corresp="BXXNTHFV">\n <q>Nie z uczonych baśni oznajmiliśmy wam Pana naszego Jezu Chrysta moc i\n <term corresp="CMPJJRMJ-1">przytomność</term>, ale-śmy sami widzieli\n wielmożność jego. Bowiem biorąc od Ojca cześć i chwałę, głos od niego\n taki od wielmożnej chwały spuszczony był: <q>To jest Syn moj namilszy, w\n ktorym mi się upodobało, tego słuchajcie</q>. Ten głos słyszeliśmy z\n nieba, będąc z nim na gorze świętej</q>\n </cit>. Mamy tedy z tej Ewanjelijej wielkie świadectwo o bostwie Pana naszego\n przeciw tym arijanom i <term type="factual" corresp="FJCNJUAF-1">nowochrzczeńcom</term>.</p>\n <p n="7">Lecz i kalwinistowie, i ci co się <term type="factual" corresp="FAEVVPWP-1">ewanjeliki</term> zowią <add type="ref"\n subtype="other" place="margin">Calv. Inst. lib. 4. c. 8.</add> z tego słowa:\n <cit type="bible">\n <q>Tego słuchajcie</q>\n </cit>, burzyć chcą urzędy kościelne, koncilija, doktory, słuchać ich nie chcąc,\n jedno co Syn Boży mowi i naucza. I gdy ich pytamy, gdzie to słyszą mowiącego,\n powiadają: <q>W Piśmie i Ewanjelijej</q><add type="argument" place="margin">Tego\n słuchajcie, jako to heretycy wywracają.</add>. Lecz głos Ojca niebieskiego\n mowi: <cit type="bible">\n <q>Tego słuchajcie</q>\n </cit>, nie mowi: <q>Pisma jego słuchajcie</q>. A iż Pan Jezus nic nie pisał ani\n pisać rozkazał, niemasz czego słuchać. A gdy Pan Jezus w niebo wstąpił, a\n pisanej jeszcze Ewanjelijej nie było, kogoż ludzie słuchać mieli? Pewnie tegoż\n Chrystusa w posłańcach swoich i w Apostołach mowiącego, ktorym dał Ducha\n Świętego nie wszytkiego im przez się sam powiadając, ale wiele nań <term\n corresp="CKHWMERX-1">odkładając</term><add type="argument" place="margin"\n >Chrystus mowi nie w Piśmie samym, ale w posłańcach swoich.</add>; ktorym\n dał ten kredyt: <cit type="bible">\n <q>Kto was słucha, mnie słucha; kto wami gardzi, mną gardzi</q>\n </cit>\n <add type="ref" subtype="bible" place="margin">Ioan. 15.</add><add type="ref"\n subtype="bible" place="margin">Luc. 10.</add>. Głos Boga Ojca: <cit\n type="bible">\n <q>Tego słuchajcie</q>\n </cit>, namniej <term>się</term> na pisaną Ewanjeliją nie <term\n corresp="CPETNUKR-1">ściąga</term> – bo jej jeszcze nie było i ona języka\n nie ma i mowy i nie każdy jej czytać umie, a <term corresp="CXNUMNHU-1"\n >rzadki</term> dobrze rozumieć ją może. Ale się ściąga na słowo jego, ktore\n sam rozsiewał i ktore włożył w usta, jako mowi Prorok <add type="ref"\n subtype="bible" place="margin">Isa. 59.</add>, nasienia swego, apostołow i\n potomkow ich <add type="ref" subtype="bible" place="margin">Ephes. 4.</add>, i w\n Kościoł swoj, i koncilija, i doktory, w ktorych zawżdy Chrystus, jako Apostoł\n świadczy, mowi i naucza <add type="ref" subtype="bible" place="margin">1. Cor.\n 12.</add> i ktorych każdy <term corresp="CNHVRFVY-1">winien</term> słuchać\n jako samego Chrystusa. Chytrzy a węża piekielnego jady napełnieni do takiego\n mistrza <term corresp="CMTEATEJ-1">ukazują</term>, ktorego <term>nachylić</term>\n po sobie i po głowie swojej mogą<add type="argument" place="margin">Chytrość\n heretycka.</add>; jakie jest pismo, ktore wykręcić i wyskrobać, i zepsować,\n i wyrzucić, i spalić, i zgubić mogą. A od onego sędziego uciekają, ktory się\n zwieść i oszukać nie dopuści, to jest od urzędu kościelnego, od koncilija,\n doktorow i kapłanow, i pasterzow, ktorzy wymysły ich potępiają i ktorych słow\n zepsować i rozumienia na swoję stronę <term corresp="CEHMRNTU-1">nawieść</term>\n nie mogą.</p>\n <p n="8">Pokazuje się też z tej Ewanjelijej nieśmiertelność dusz ludzkich po <term\n corresp="CPJPFUYC-1">wyszciu</term> z ciała, iż są, żyją, trwają, a nie\n umierają, jako już dzisiejsze heretyctwa, prawi Epikurowie, i u pogaństwa <term\n corresp="CNFVRHUF-1">niegdy</term> wzgardzeni, nauczać śmieją<add\n type="argument" place="margin">Nieśmiertelność dusz ludzkich.</add>.\n Mojżeszowe ciało, mowi Pismo <add type="ref" subtype="bible" place="margin"\n >Deut. ultimo et 32.</add>, pogrzebał Pan Bog na gorze Abarim abo Nebo, a\n oto dusza tu jego z Panem w majestacie tak wiele lat mająca i wieczna rozmawia.\n Co i o duszach Abrahama, Izaaka i Jakoba Pan sam przeciw <term\n corresp="CHCUUFVV-1">sadduceuszom</term> twierdzi <add type="ref"\n subtype="bible" place="margin">Matth. 22.</add> i głupstwo ich gromi, iż nie\n rozumieją i Pisma, i mocy Bożej, ukazując, iż dusze są i żyją. A Bog nie jest\n umarłych, ale żywych. A gdy tenże Pan Jezus mowi <add type="ref" subtype="bible"\n place="margin">Luc. 12.</add>: <cit type="bible">\n <q>Nie bojcie się tych, co zabijają ciała, bo dusze zabić nie mogą</q>\n </cit>, barzo jaśnie o nieśmiertelności dusz naszych oznajmił. Przetoż brzydźmy\n się temi heretyctwy, ktore do tak <term corresp="CHKTJVWT-1">grubego</term> i\n bydlęcego nierozumu przywodzi szalone od Kościoła świętego odstąpienie.</p>\n <p n="9">Lecz i ciał naszych nieśmiertelność, ktorą na dzień sądny weźmiem<add\n type="argument" place="margin">Ciał naszych nieśmiertelność.</add>, na tym\n Helijaszu dobrze się umacnia, ktory jeszcze nie umarł, i nie umrze aż przed\n sądnym dniem, gdy przyszcie wtore Pana naszego uprzedzi i <term\n corresp="CHAKHVKK-1">przesłańcem</term> jego, jako święty Jan w pierwszym,\n zostanie <add type="ref" subtype="bible" place="margin">Matth. 17.</add><add\n type="ref" subtype="bible" place="margin">Malac. 4.</add>. Jeśli ciało\n ludzkie przy duszy jeszcze nieuwielbionej Pan Bog kila tysięcy lat zdrowe\n trzymać może – i wieczne a nieśmiertelne uczynić też może.</p>\n <p n="10">Ona się rzecz też stąd umacnia, iż dusze ludzkie z Boskiego rozkazania i\n dozwolenia ukazować się ludziom mogą, jako się tu tym apostołom ukazała dusza\n Mojżeszowa<add type="argument" place="margin">Dusze ludzkie ukazować się\n mogą.</add>. I w Księgach Krolewskich mamy, iż się Saulowi ukazała dusza\n Samuelowa, nie dla czarow, ale czary uprzedziwszy, stanął Samuel i powiedział\n rzeczy przyszłe Saulowi <add type="ref" subtype="bible" place="margin">1. Reg.\n 24.</add><add type="ref" subtype="bible" place="margin">Eccle. 46.</add>.\n Także się dusza Jeremijaszowa i Onijaszowa ukazała Machabeuszowi <add type="ref"\n subtype="bible" place="margin">2. Mac. 15.</add>; i w dziejach świętych u\n <term corresp="CJTYKAPY-1">zacnych</term> doktorow takich historyi niemało\n się najduje.</p>\n <p n="11">O rożnych też miejscach dusz ludzkich stąd się wiadomość bierze, iż nie\n tylo są dwie, niebo a piekło, ale insze rożne<add type="argument" place="margin"\n >Rożne miejsca dusz ludzkich.</add>. Bo Mojżeszowa dusza nie z nieba\n przyzwana jest. Bo przed Chrystusem żadna tam być nie mogła<add type="argument"\n place="margin">Starzy święci nieba nie dostawali.</add>. Bo jeśli raj\n grzechami zamkniony jest, daleko więcej niebieskie, gdzie na Pana Boga patrzą,\n rozkoszy <term corresp="CEAWXVER-1">poty</term> zamknione były, <term\n corresp="CAKPPAXN-1">poki</term> ich Zbawiciel nasz śmiercią, męką i\n wstąpieniem swoim w niebo nie otworzył, długi za ludzki rodzaj wypłaciwszy. Nie\n z piekła też dusza Mojżeszowa wyszła – bo tam potępionych jest miejsce, nie\n świętych przyjacioł i sług Bożych, jaki był Mojżesz. Musi <term\n corresp="CPWNPRKR-1">tedy</term> być ine miejsce ludzkim duszom, to jest\n otchłań ojcow świętych; o Samuelowej duszy Pismo świadczy <add type="ref"\n subtype="bible" place="margin">1. Reg. 24.</add>, iż nie z gory ani z nieba,\n ale z ziemie wychodziła. Nie z piekła potępionych – bo Samuel był wielki i Bogu\n miły prorok – ale z inego pod ziemią miejsca, w ktorym Chrystusa i jego <term\n corresp="CPXPXHRA-1">przyszcia</term> oczekiwano do wybawienia i\n przeprowadzenia do niebieskiej chwały. Insze też miejsce ma Helijasz jeszcze\n nieumarły, w ktorym z ciałem i w ciele mieszka, nie to ziemskie nasze, ale ine\n podobno rajskie, w ktorym jest drzewo żywota, nam, inym potomkom Jadamowym\n zamknione, a Helijaszowi z przywileju otworzone.</p>\n </div>\n <div>\n <head>Wtóra część</head>\n <argument>\n <ab>O poście Mojżesza i Helijasza, o robocie w pokucie świętej patrząc na\n zapłatę, o wstępowaniu z Panem na gorę</ab>\n </argument>\n <p n="12">Dni te 40, ktoreśmy na pokuty naszej podparcie zaczęli, <term\n corresp="CCJKNJNP-1">zalecają się</term> nam nie tylo przykładem Pana\n naszego, jakośmy w przeszłą niedzielę słyszeli, ale też i przykładem tych\n wielkich u Boga mężow i prorokow, Mojżesza i Helijasza. Pościł Mojżesz, gdy miał\n brać zakon i prawa od Pana Boga, ktoremi by ludzie sobie <term\n corresp="CRUXAHTA-1">poruczone</term> drogami sprawiedliwości i życia\n pobożnego prowadził i w dobrym je porządku i Rzeczyposp[olitej] ich\n postanowił<add type="argument" place="margin">Do wzięcia zakonu postem <term\n corresp="CMHXNYYE-1">się przyprawował</term> Mojżesz.</add>\n <add type="ref" subtype="bible" place="margin">Exo. 24.</add>. Na uczczenie i\n <term corresp="CAPFTENM-1">zjednanie</term> tak potrzebnego ludziom zakonu\n postem <term corresp="CMHXNYYE-1">się przyprawował</term>. Także Helijasz, gdy\n miał Pana Boga widzieć i naprawę Kościoła od heretykow podeptanego i\n bałwochwalstwem zarażonego uprosić, postem się przygotował <add type="ref"\n subtype="bible" place="margin">3. Reg. 19.</add>. I my też tego pragniemy,\n aby Pan Bog swoj święty zakon nie na kamiennych tablicach, ale jako nowego\n testamentu łaska jest, na sercach naszych napisał i mocnie a z miłości\n synowskiej pełnić go nam dał<add type="argument" place="margin">Aby Pan Bog na\n sercu zakon swoj naszym napisał, pośćmy.</add>; abyśmy grzechy i\n bezzakonności nasze porzuciwszy, wolą Boską jego i prawa święte jego wykonywali\n – postem się też przyprawujmy. A nie bądźmy jako oni, co jedli i pili, i\n wstawszy <term corresp="CUEXKUMP-1">igrali</term>, i cielcowi się, bogiem go\n swoim czyniąc, kłaniali; ktore ujrzawszy Mojżesz, a niosąc im wielki od Boga\n upominek, on zakon palcem Bożym pisany <add type="ref" subtype="bible"\n place="margin">Exod. 32.</add> – wolał tablice one potłuc, aniżli <term\n corresp="CCVHVYTP-1">obżercom</term> i nieposzczącym zakon, ktorego on\n postem dostawał, tak drogą rzecz i taki dar od Boga oddawać<add type="argument"\n place="margin">Nieposzczący niegodni byli zakonu Bożego.</add>. Także i my,\n jeśli niepowściągliwi będziem, a ciał naszych w pokucie nie strudzim, palca\n Bożego i mocy Ducha Świętego na sercach naszych, ktory by na nich pisał i one\n odmienił, i do pełnienia wolej Bożej <term corresp="CMEKTMVA-2">sposobił</term>,\n nie uczujem.</p>\n <p n="13">Słusznie i my z Helijaszem <term corresp="CRAMTYTC-1">żałować się</term>\n przed Panem Bogiem dzisiejszych tych czasow możem, mowiąc<add type="argument"\n place="margin">Kościelne spustoszenie od heretykow.</add>\n <add type="ref" subtype="bible" place="margin">3. Reg. 19.</add>: <cit\n type="bible">\n <q>Zjęła mię żałość i gniew o chwałę twoję, Panie; bo odstąpili przymierza\n twego, ołtarze twoje popsowali, proroki twoje mieczem pozabijali i samem\n został, i jeszcze i mnie na śmierć szukają</q>\n </cit>. Bo na tak wiele ludzi heretyckich i odstępnikow od wiary i przymierza,\n ktore z Panem Bogiem i Kościołem jego uczynili, patrzym; tak wiele zwojowanych\n kościołow i ołtarzow liczym; tak ciężkie na Kościoł Boży prześladowanie od nich\n powstało, iż nam z onym Matatyjaszem i z tym Helijaszem prosić przychodzi <add\n type="ref" subtype="bible" place="margin">1. Mac. 2.</add><add type="ref"\n subtype="bible" place="margin">3. Reg. 18.</add>, abyśmy na to nie patrzyli,\n a śmiercią tej żałości zbyli. Chcemy-li co u Pana Boga uprosić, aby nam krole i\n proroki a kapłany swoje na wrocenie i naprawy Kościoła swego wzbudził, z gorącą\n miłością ku chwale jego i pośćmy, i trudźmy ciała nasze.</p>\n <p n="14">Teraz zwłaszcza gdyście się na ten sejm zjechali jako wodzowie ludu Bożego\n <add type="ref" subtype="bible" place="margin">Rom. 2.</add>, jako świece\n ich cięmności, jako opiekunowie sieroctwa ich, jako mistrzowie prostych i ktorzy\n o sobie radzić nie umieją – wam je Pan Bog zlecił, wam majętności i zdrowia ich\n poruczył, abyście je do sprawiedliwości przyprawowali i w dobrej obronie od\n tegoż poganina Turczyna zatrzymali. Na to jako Mojżeszowi rady wam z nieba i\n rozumu wielkiego potrzeba, na tak trudny rozmysł i wielkie Korony wszytkiej\n niebezpieczeństwo. Słusznie się Panu Bogu w poście ukarzać macie, jeśli lud swoj\n i ojczyznę namilszą miłujecie. Toż się o duchownych mowi, aby o chwałę się\n Boską, w ktorej jest ludzkie zbawienie frasowali i na jej obalenie łzy z\n Helijaszem wylewali, prosząc Pana, aby do naprawy Kościoła swego nie <term\n corresp="CWHEENYH-1">mieszkał</term>, postem się poniżać Panu Bogu nie\n zaniechajmy.</p>\n <p n="15">Niech <term corresp="CRCMCEPC-1">pokuśnik</term> nie mowi: <q>Duchowny\n post lepszy, a cielesny niepotrzebny</q><add type="argument" place="margin"\n >Heretyckie słowa o poście.</add>; bo nas jedzenie, jako Apostoł mowi <add\n type="ref" subtype="bible" place="margin">1. Cor. 8.</add>, Bogu nie <term\n corresp="CRYRHEXV-1">zaleca</term>. Post duchowny cielesnego nie psuje, i\n owszem, cielesny na duchownym się buduje<add type="argument" place="margin">Post\n duchowny cielesnego nie psuje.</add>. Dobrze nie grzeszyć, co jest duchowny\n post, ale też dobrze za grzechy ciało karać i grzechom, aby się nie wracały,\n zabiegać. Zbawiciel nasz nie duchowny post pościł, bo grzechu nigdy nie miał,\n ale cielesny. Mojżesz i Helijasz nie duchownie 40 dni pościli – bo duchowne\n cnoty zawżdy być mają i nigdy nie ustawać, a cielesny post nie zawżdy, dni 40 i\n <term corresp="CKJCHTWR-1">drugdy</term> mniej pościli święci<add\n type="argument" place="margin">Duchowny post nie ustaje, a cielesny\n ustaje.</add>. To-ć się o cielesnym poście rozumie.</p>\n <p n="16">Nie zaleca-ć nas pokarm Panu Bogu, ale post nas zaleca, ktory na wielkich\n i Bogu miłych cnotach roście<add type="argument" place="margin">Post na jakich\n cnotach roście.</add>. Bo naprzod skrucha go prawdziwa i <term\n corresp="CEUETKMA-1">uprzejme</term> za grzechy zasmucenie rodzi<add\n type="argument" place="margin">1. Na skrusze.</add>. Żaden nigdy szczerze\n pokutujący postem nie gardził, ale <term corresp="CHVFPTMJ-1">im</term> sobie\n smutku dla Pana Boga <term corresp="CETYURYV-1">przyczyniał</term>. <cit\n type="bible">\n <q>Bo jako się człowiek – mowi Apostoł <add type="ref" subtype="bible"\n place="margin">Acto. 14.</add> – pokarmem uwesela, tak się głodem\n zasmuca</q>\n </cit>. Niniwczycy i bydłu, i dzieciom pościć trzy dni kazali, aby się wrzaskiem\n i płaczem, i wyciem niemych <term corresp="CRMFKYPV-1">bestyi</term>, do żałości\n i smutku przywodzili<add type="argument" place="margin">Post smutku jest\n znakiem.</add>; i przetoż i wory na się kładli, i w popiele i w prochu\n leżeli, aby tym więtszą żałością i smutkiem napełnić serca swoje mogli za to, iż\n Boga gniewali.</p>\n <p n="17">Post rodzi się na onej pięknej cnocie, ktorą powściągliwością od rzeczy\n <term corresp="CMWUPMKP-1">wolnych</term> abo wstrzymawałością zowiem<add\n type="argument" place="margin">2. Post się rodzi na powściągliwości.</add>.\n Rozum to przyrodzony chwalić musi, gdy się kto od rzeczy miłej a sobie wolnej\n powściągnie i sam siebie zwycięży, i własną chęć na znak męstwa duchownego\n umorzy, a pokaże, iż sobą władnie, a chęć go do rzeczy lubych nie zwycięży. Ta\n cnota nie na tym się bawi, co z grzechem jest złączono, jakie jest <term\n corresp="CFUATUVC-1">porubstwo</term> i cudzołostwo, pijaństwo i obżerstwo,\n bo to jest przeciw czystości i trzeźwości<add type="argument" place="margin"\n >Powściągliwość od rzeczy wolnych.</add> – ale na tym, co by bez grzechu\n uczynić mogł, a czynić na ćwiczenie cnoty swej i upodobanie Bogu nie chce. Jako\n gdy się od własnego małżeństwa powściąga, gdy kto w bezżeństwie zostaje, gdy\n wolne rzeczy sam sobie zakazuje, gdy sobie tę rozkosz i <term\n corresp="CCUFCJJF-1">kochanie</term> odbiera, ktorego by bez grzechu zażyć\n mogł. Wielkie męstwo i powściągliwość pokazał Dawid, gdy wody z Betleem, na\n ktorej <term corresp="CTAYEJMJ-1">się uchował</term>, po ktorej trzej mężni\n żołnierze jego, pana miłując, przez wojsko się nieprzyjacielskie przebili i onej\n przynieśli, w wielkim swoim pragnieniu pić nie chciał, myśląc<add\n type="argument" place="margin">Dawidowa powściągliwość.</add>\n <add type="ref" subtype="bible" place="margin">1. Par. 11.</add>: <cit\n type="bible">\n <q>Droga to teraz u mnie woda tak wielką <term corresp="CUUXCHFU-2"\n >chuć</term> mam do niej, krwią moich namilszych rycerzow czerpana\n jest, nie będę jej pił, zwyciężę swoję <term corresp="CRYMPMWY-1"\n >chciwość</term>, a Bogu ją jako rzecz u mnie teraz barzo drogą\n ofiaruję i oddam</q>\n </cit>; i tak uczynił. Jako z przeciwnej strony <term corresp="CHKTJVWT-1"\n >gruba</term> była i <term corresp="CHVFFAXP-1">sprośna</term>\n niepowściągliwość Ezaego <add type="ref" subtype="bible" place="margin">Ezau\n niepowściągliwy.</add>, mowi Apostoł <add type="ref" subtype="bible"\n place="margin">Hebr. 12.</add>, ktory ujrzawszy smaczną potrawę, przedał za\n nię prawo swoje pierworodne <add type="ref" subtype="bible" place="margin"\n >Genes. 25.</add>. Tej my <term corresp="CEMEUNUE-1">nieczci</term>\n uchodząc, a cnotę wstrzymawałości i zwycięstwa skłonności swej ćwicząc, barzo\n radzi pościm.</p>\n <p n="18">Rodzi się post nasz katolicki i na posłuszeństwie kościelnym ku prawom i\n zwyczajom matki naszej oblubienice Chrystusowej, i owszem, samego Chrystusa<add\n type="argument" place="margin">3. Na posłuszeństwie.</add>; ktory tak o\n uczniach swoich powiedział <add type="ref" subtype="bible" place="margin">Matth.\n 12.</add>: <cit type="bible">\n <q>Gdy oblubieniec od nich wzięty będzie, pościć będą</q>\n </cit>. Rozkaże im, aby pościli; i dosyć rozkazał, gdy to rzekł i gdy poszczącym\n zapłatę u Ojca swego obiecał <add type="ref" subtype="bible" place="margin"\n >Matth. 5.</add>. Czasu nie naznaczył, Duchowi to Świętemu i apostołom <term\n corresp="CVEWMRRY-1">poruczył</term>, ktorzy ten czas obrali, i wszytkiemu\n chrześcijaństwu pościć te 40 dni kazali. Jeśli Saul, krol świecki, mogł lud swoj\n na post <term corresp="CJKFMHHP-1">obowiązać</term>\n <add type="ref" subtype="bible" place="margin">1. Reg. 14.</add>; a Jonatas, syn\n jego, nie z wiadomości zgrzeszył, gdy go nie zachował – daleko więtszą moc ma\n Kościoł Chrystusow czasy postom stawić; i daleko więcej grzeszą, ktorzy\n jadowicie i ze złości takim rozkazaniem gardzą. Wielka cnota jest posłuszeństwo\n i wielkie się w nim pokusy zwyciężają za pomocą Bożą<add type="argument"\n place="margin">Kościelne <term corresp="CWPJVMEC-1">posłuszeństwo</term>\n wielka cnota.</add>; bo tak jest skażona, jako mowi Apostoł <add type="ref"\n subtype="bible" place="margin">Rom. 8.</add>, natura nasza, iż tego więcej\n chce i usilnie się napiera, o co zakazanie ma; i pożądliwość zakazanim więcej\n się burzy, jeśli <term>się</term> łaską Bożą nie <term corresp="CVWNANAK-1"\n >ukroci</term>. Mała rzecz była jabłko w raju, daleko lepszych owocow mieli\n dostatek, ale ten się zdał im być nasmaczniejszy, ktory był zakazany. I\n zwiedzieni kłamstwem czartowskim, choć jeszcze w całej naturze, upadli, patrząc\n na piękny on w oczach owoc. I nie o jabłko je skarano, i nas w nich, ale o\n nieposłuszeństwo. I my niewielką rzecz czynim, iż mięsa i <term\n corresp="CCVHNEYW-1">mleczna</term> nie jemy, mamy ryby i inne potrawy. Ale\n posłuszeństwo pełniąc, wiele sobie u Pana Boga wysługujem i wielką pokusę,\n wsparci łaską Chrystusową, zwyciężamy, morząc w sobie gorącość chęci do\n zakazanych na ten czas potraw<add type="argument" place="margin">Moc i łaska\n Boża w posłusznych.</add>.</p>\n <p n="19">Tej pokusy heretycy żadną miarą nie zwyciężą, by mieli ryby co nagorsze, i\n <term corresp="CWFMMWEU-2">owszem</term>, i do żab rzuciliby się, gdyby im\n ich zakazał. Bo łaskę Bożą, ktora się posłusznym i pokornym wlewa, utracili.\n Oboje te dwie cnocie, wstrzymywałość i posłuszeństwo, sławnie wypełnili oni\n czterzej młodzieniaszkowie w Babilonijej <add type="ref" subtype="bible"\n place="margin">Dan. 1.</add><add type="argument" place="margin">Czterech\n młodzieńcow w Babilonije powściągliwość.</add>, ktorzy młode i gorące swoje\n chęci do potraw krolewskich i wina, ktore sam wielki monarcha pijał, umorzyli,\n do swego <term corresp="CCRKKRJN-1">przystawa</term>, mowiąc: <cit type="bible">\n <q>Daj nam jarzyny, ktore ziemia rodzi, a po dziesiąci dni patrz na twarzy\n nasze, <term corresp="CUREVMRU-1">jeśli</term> będą blade i suche</q>\n </cit>. Bo tych potraw zakon nam Boży zakazał. Mieli i wysoką wiarę, iż <term\n corresp="CPAWTXKW-1">przyrodzonej</term> urody, Boga i zakonu jego\n słuchając, postem tracić nie mieli<add type="argument" place="margin">Urody\n postem nie utracili.</add>, ktorej się i Judycie wdowie z postu przyczyniło,\n iż poszcząc piękniejszą zostawała <add type="ref" subtype="bible" place="margin"\n >Iudith 12.</add>. O takie w poście posłuszeństwo oni siedm Machabejscy\n młodzieńcy, bracia rodzeni, woleli ciężkiemi mękami umierać, niżli się zakazanym\n pokarmem mazać, a zakonu Bożego około postu nie słuchać <add type="ref"\n subtype="bible" place="margin">2. Mac. 6.</add>.</p>\n <p n="20">Buduje się post nasz i na ofierze<add type="argument" place="margin">4. Na\n ofierze buduje się post.</add>, ktorą Panu Bogu z ciała naszego czynim,\n wedle Apostoła <add type="ref" subtype="bible" place="margin">Colos. 3.</add>,\n gdy chęci jego umarzamy i Panu Bogu je zabijamy: <cit type="bible">\n <q>Umartwiajcie – prawi – członki wasze na ziemi</q>\n </cit>; i indziej mowi <add type="ref" subtype="bible" place="margin">Rom.\n 12.</add>: <cit type="bible">\n <q>Stawcie ciała swe ofiarą żywą, świętą, Bogu się podobającą</q>\n </cit>. Jakaż ma być ofiara z ciała naszego Panu Bogu? Jedno gdy je dla niego\n trudzim postem i iną pracą w służbie jego, zabijając chęci nasze w nim, ktore\n się przeciwiają wolej jego.</p>\n <p n="21">Postem też sobie czynim do czystości pomoc i straż i na tej pilności\n roście ta powściągliwość<add type="argument" place="margin">5. Pomoc do\n czystości z postu.</add>. Jako Judyta, wdowa młoda, czyniła, <term\n corresp="CEWVJREK-1">włosiennicę</term> na sobie nosząc, a na każdy dzień\n <term corresp="CTNPFUVN-1">okrom</term> święta poszcząc.</p>\n <p n="22">I z gorącej modlitwy post się zaczyna, gdy co pilnego chcemy u Pana Boga\n uprosić, jest modlitwie wielkiemi skrzydłami do nieba<add type="argument"\n place="margin">6. Modlitwie post pomaga.</add>. Bo czyni trzeźwią i czujną\n duszę, i lekką do niebieskiego latania. Danijel chcąc uprosić objawienie\n tajemnic – pościł <add type="ref" subtype="bible" place="margin">Dan. 9.</add>;\n i ini święci modlitwy postem wspierali i do wysłuchania im u Pana Boga barzo\n służył. Jako się o Mojżeszu i Helijaszu powiedziało.</p>\n <p n="23">A żebyśmy <term>się</term> sami nie <term corresp="CYHXCXAF-1"\n >żałowali</term> na posty i na prace, i ine trudności dla zbawienia naszego,\n w tym przemienieniu swoim chciał Pan Jezus ukazać uczniom i nam w nich wielką i\n pewną pracej naszej zapłatę<add type="argument" place="margin">Zapłatę Pan\n ukazał tym, co robią.</add> – abyśmy się nią do cierpienia i roboty\n pobudzali. Mało przedtym powiedział uczniom swoim, iż wiele cierpieć i w\n wielkiej zelżywości umrzeć na krzyżu, i potym zmartwychwstać miał; czym\n <term>się</term> uczniowie zafrasowali i <term corresp="CKEFJUFP-2"\n >obrazili</term>, a zwłaszcza Piotr święty, ktory śmiał Panu mowić <add\n type="ref" subtype="bible" place="margin">Matth. 16.</add>: Nigdy to nie\n będzie, aby na taką sromotę i śmierć haniebną przyść miał. A Pan ich nauczył, iż\n taka zelżywość i cierpienie na tym świecie dobrze <term corresp="CVYWXJXA-1">się\n płaci</term> na drugim po śmierci i na dzień zmartwychwstania. I obiecał\n niektorym ukazać tę chwałę i krolestwo, ktorym się jemu krzyż i praca płacić\n będzie, a nie tylko jemu, ale i naśladowcom jego, ktorzy sami sobą wzgardzą i\n krzyż swoj cierpliwości i uciskow tego świata z pokorą za nim poniosą, i tą\n drogą cnot świętych pojdą, ktorą on sam chodził <add type="ref" subtype="bible"\n place="margin">Matth. 16.</add><add type="argument" place="margin">Robota,\n ktorą Pan rozkazał.</add>. I co obiecał trzem tym, <term\n corresp="CTJWFWUE-1">ziścił</term>, ukazał im krolestwo i wszytek dostatek,\n majestat, ozdobę i wspaniałość jego.</p>\n <p n="24">To okazowanie Matteusz święty i Łukasz dwiema tylo słowy opisali i rzecz\n barzo wielką w krotkich słowiech zagrzebli, <term corresp="CTJMEXAC-1"\n >tylo</term> o rozjaśnieniu twarzy jego jako słońce i o białości szat jego\n jako śnieg powiedziawszy<add type="argument" place="margin">Czemu krotko\n Ewanjelistowie piszą.</add>. <term corresp="CWWXTFRN-1">Acz</term> Łukasz\n święty majestatu jego trochę dotknął <add type="ref" subtype="bible"\n place="margin">Luc. 9.</add>. <term corresp="CVFUWUFV-1">Izali</term> tak\n przenawyższe krolestwo Chrystusowe i przemożną wspaniałość, z żadnym wszytkiego\n świata krolem niezrownaną pompę i majestat niebieski opisują? Pan obiecał\n niektorym uczniom ukazać się im w krolestwie swoim i w państwie, w dostatku i\n ozdobie majestatu swego – a ty, święty Ewanjelista, o twarzy jego tylo a o\n szatach powiadasz? Nie dziwować się, bo taki jest zwyczaj prawdy świętego Pisma.\n Filozofija i mądrość świecka, mając rzeczy niskie, małe i niepewne, słowy\n długimi i <term corresp="CCNHPYYF-1">wydwornymi</term> nagradza i <term\n corresp="CYFFHXUK-2">udatną</term> się czyni<add type="argument"\n place="margin">U filozofow słow <term corresp="CACNTJVR-2">dosyć</term> bez\n <term corresp="CAMYYKRJ-5">rzeczy</term>.</add>. A Boska Ducha Świętego\n nauka, mając rzeczy barzo wielkie, wysokie, prawdziwe i niepojęte, o słowa nie\n dba, i <term corresp="CWFMMWEU-1">owszem</term>, prostą i niską wymową wielkość\n i majestat prawdy swej pokrywa, żadnego <term corresp="CRFCPPUT-1"\n >zalecania</term> ludzkiego języka nie szukając, a raczej większego się z\n nich zelżenia bojąc. A k temu, iż rzeczy są wyższe, niżli rozum pojąć i język\n wymowić może – musi wielkość ich w skąpych słowach pogrzebać, a więcej\n dziwowaniu i uważaniu pilnemu i nabożnemu polecać.</p>\n <p n="25">\n <term corresp="CCCVUFNX-1">Dziwne</term> to było i nad wszytkie świata tego\n ozdoby, bogactwa, rozkoszy i dostatki <term corresp="CHJEPJNT-1"\n >napożądliwsze</term> przemienienie<add type="argument" place="margin"\n >Przemienienie Pańskie jako dziwne.</add>; o twarzy jego i o szatach powieść\n <?oxy_comment_start author="magda" timestamp="20250702T135646+0200" comment="Czy tutaj z przeinkiem? Więcej sensu bez, ale w podstawie jest ukośnik"?>namniejsza\n jest, odrobina<?oxy_comment_end?> tego, co się im tam pokazało. Bo do pokazania\n krolewskiej dostojności i wielkości wiele potrzeba. A zwłaszcza gdy nie krol\n świecki ani krolestwo jest to jako na świecie, malowane i cieniowi mijającemu\n podobne – ale Boskie, wieczne, z ktorego wszystkie ziemskie idą. Do takiego\n <term corresp="CANCPVYU-1">okazowania</term>, po naszemu mowiąc, siła tam\n było dworu, wojska, rycerstwa, dostatku, złota, śrebra, kamieni drogich,\n rozkoszy, szat, pompy, majestatu. A jako się Salomon Sabie krolowej z swoją\n wielmożnością i chwałą pokazał <add type="ref" subtype="bible" place="margin">3.\n Reg. 10.</add> – tak daleko poważniejsze to było <term corresp="CANCPVYU-2"\n >okazowanie</term>, gdy dziedzic nieba i ziemie swoj dom, pałace, rozkoszy,\n dostatki swoim uczniom w oczach stawił, pokazując się Panem w państwie i krolem\n w krolestwie swoim nieustającym i wiecznym. Aby <term corresp="CUTYNRTY-1"\n >podłością</term> jego i poniżeniem w ciele ludzkim i żywocie onym, w ktorym\n nauboższym nad wszytki ludzie zostawał, nie obrażali się, a rozumieli – iż\n ubostwo i podłość ona jego na świecie nie była przymuszona, ale dobrowolnie\n przyjęta dla zbawienia świata wszytkiego<add type="argument" place="margin"\n >Przyczyna przemienienia Pańskiego.</add>.</p>\n <p n="26">Tego krolestwa tak ukazanego <term corresp="CHWRRJKR-1">skusiwszy</term>,\n Piotr święty mowił<add type="argument" place="margin">Słowa Piotra świętego\n kosztującego onego krolestwa.</add>: <cit type="bible">\n <q>Dobrze by tu nam zostać</q>\n </cit>; barzo dobrze, a nigdzież nie lepiej. Ziemia pożera obywatele swoje, na\n dole wszytek świat i nędza, i nieprzyjaciele, i pokusy. Tu rozkosz, tu pokoj, tu\n rzeki rozkoszy i pokoju, tu widzenie krola w chwale swojej, tu wieczność bez\n odmiany. Lecz Piotr święty nie wiedział, co mowił; nie iżby źle rzekł – bo\n nigdzież lepiej jako w onej chwale Chrystusowej, przy Mojżeszu i Helijaszu, i\n wszytkich anjołach i duchach sprawiedliwych – ale iż <term corresp="CXXVEKUM-1"\n >się skwapił</term> do zapłaty onej, roboty się jeszcze nie jąwszy<add\n type="argument" place="margin">Skwapił się Piotr święty do zapłaty.</add>.\n Musim pierwej na świecie, Pietrze, z tym Chrystusem płakać, musim pierwej na\n jego srogą śmierć patrzyć, musim łaskę jego i Ewanjeliją po wszytkim świecie\n roznosić, musisz w Kościele około <term corresp="CAYNAUFF-2">rządu</term> jego\n pracować, prawdę zakonu Chrystusowego po wszytkim świecie szczepić, a cierpieć\n wzgardę, wymiatanie, biczowanie i wszytkie nędze, a na koniec na krzyżu umrzeć –\n toż dopiero tego, na ktory patrzysz, pokoju używiesz. Pokazano-ć to nie, iżby\n już teraz miał, ale żeby na to robił.</p>\n <p n="27">Wstępujmyż na tę wysoką gorę<add type="argument" place="margin">Wchodzenie\n na gorę.</add>. O goro, jako-ś piękna! O, bych miał skrzydła jako orzeł,\n <term corresp="CNANPRWK-2">aby</term>ch tam wleciał! Ta gora trudny ma\n przystęp, ciasna do niej droga, przykre i pracej pełne wchodzenie<add\n type="argument" place="margin">Ciasna droga na gorę.</add>\n <add type="ref" subtype="bible" place="margin">Matth. 7.</add>. Potrzeba wiele\n ucierpieć, nim wierzchu wesołego i odpoczynienia wiecznego dojdziesz. Lecz pracy\n i cierpienia nie żałuj, wierny robotniku i naśladowco Chrystusow. Mow do Pana,\n ktory cię tam wzywa: <q>Weźmi mię, Panie Jezu Chryste, za rękę, a prowadź mię za\n sobą, racz mi w sercu osłodzić ony rozkoszy wieczne, a ja pojdę za wonnością\n i słodkością twoją <add type="ref" subtype="bible" place="margin">Cant.\n 1.</add>, abych z Apostołem mogł mowić <add type="ref" subtype="bible"\n place="margin">Philip. 3.</add>: <cit type="bible">\n <q>Obcowanie moje w niebie</q>\n </cit>. Niechże mi ta ziemia <term corresp="CXAFPWTP-1">wśmierdnieje</term>,\n ktorą mi czart ukazuje i wszytki jej krolestwa, ktore jako dym mijają i\n upadają<add type="argument" place="margin">Ziemia niech nam obrzydnie,\n ktorą ukazuje czart.</add>. Niech złożę niepotrzebne na tę gorę\n tłomoki<add type="argument" place="margin">Złożyć na gorę\n tłomoki.</add>. Jako postąpić wzgorę mam, a ja słaby, słabego i wątłego\n zdrowia, i nog zemdlonych, a takim będąc, tłomokow i worow świeckich zabaw,\n pieniędzy, bogactwa i niepotrzebnej strawy przyczyniam i na się kładę? A\n jeszcze mam takie nieprzyjaciele, ktorzy mię popychają i za szyję pokusami\n rozmaitemi biją. Niewiele <term corresp="CNCEKCKT-1">strawnego</term> na tę\n gorę i drogę potrzeba. To porzucić mam, co mi się na drogę nie przyda. Oddać\n mam ubogiemu, co mi cięży i nazbyt jest. <term corresp="CVFUWUFV-1"\n >Izali</term> lepiej z gory spaść i potłuc się, niżli ty ciężary\n zostawić, ktore mi, gdy spadnę a zdrowie stracę, nie pomogą?</q></p>\n <p n="28"><q>Jezu moj, prowadź mię do roboty i pomagaj mi do pokuty, abych przyść do\n zapłaty mogł. Czart mi z gory swej świat i chwałę jego ukazuje i do służby\n mię swojej i piekła prowadzi. Nie chcę nań patrzyć, za tobą, Panem i wodzem\n moim idę, z pracy się żadnej nie wymowię, abych krolestwo twoje i ciebie,\n Krola wiecznego, po zeszciu z tej ziemie oglądał. Ktory z Ojcem i z Duchem\n Świętym krolujesz na wieki. Amen.</q></p>\n </div>\n </body>\n </text>\n</TEI>\n
"""
2 => "0x8DEB8B3A392C7C8"
3 => "2026-05-23 10:11:23"
4 => 16]
, types:
[1 => 22 => 23 => 24 => 1]
)
doctrine
[
"sql" => "UPDATE sermon SET content = ?, e_tag = ?, updated_at = ? WHERE id = ?"
"params" => [1 => """
<?xml version="1.0" encoding="UTF-8"?>\n<TEI xmlns="http://www.tei-c.org/ns/1.0">\n <teiHeader>\n <fileDesc>\n <titleStmt>\n <title/>\n <author>Janusz Gruchała</author>\n </titleStmt>\n <editionStmt>\n <edition><date>2023-10-07</date></edition>\n </editionStmt>\n <publicationStmt>\n <p>unknown</p>\n </publicationStmt>\n <sourceDesc>\n <p>Converted from a Word document</p>\n </sourceDesc>\n </fileDesc>\n <encodingDesc>\n <appInfo>\n <application xml:id="docxtotei" ident="TEI_fromDOCX" version="2.15.0">\n <label>DOCX to TEI</label>\n </application>\n </appInfo>\n </encodingDesc>\n <revisionDesc>\n <listChange>\n <change><date>2023-10-16T10:06:23Z</date><name>Janusz Gruchała</name></change>\n </listChange>\n </revisionDesc>\n </teiHeader>\n <text>\n <body>\n <div>\n <head type="title">Na wtórą niedzielę w Post</head>\n <epigraph>\n <cit type="bible">\n <bibl>Ewanjelija u Mateusza świętego w XVII</bibl>\n <q>Czasu onego wziął Pan Jezus Piotra i Jakuba, i Jana, brata jego, i\n wprowadził je na gorę wysoką osobno;. i przemienił się przed nimi. A\n oblicze jego rozjaśniało jako słońce; szaty też jego zstały się białe\n jako śnieg. A oto się im ukazali Mojżesz i Elijasz z nimi rozmawiający.\n A odpowiadając Piotr rzekł do Pana Jezusa: <q>Panie, dobrze jest nam tu\n być; jeśli chcesz, uczyńmy tu trzy <term corresp="CKAMENFU-1"\n >przybytki</term>: tobie jeden, Mojżeszowi jeden, a Elijaszowi\n jeden</q>. Gdy on jeszcze mowił, oto obłok jasny okrył je; a oto\n głos z obłoku mowiący: <q>Ten jest Syn moj miły, w ktorym\n <term>się</term> mnie dobrze <term corresp="CTJKHNXM-1"\n >upodobało</term>, jegoż słuchajcie</q>. A usłyszawszy,\n uczniowie upadli na twarz swoję i bali się barzo. A przystąpiwszy, Pan\n Jezus dotknął się ich i rzekł im: <q>Wstańcie a nie bojcie się</q>. A\n podniozszy oczy swe, nikogo nie widzieli, jedno samego Pana Jezusa. A\n gdy zstępowali z gory, przykazał im Pan Jezus, mowiąc: <q>Nikomu nie\n powiadajcie widzenia (tego), aż Syn człowieczy\n zmartwychwstanie</q>.</q>\n </cit>\n </epigraph>\n <p n="1">Nie święcim dziś Przemienienia Pańskiego, jest inszy dzień na to święto od\n Kościoła postawiony<note corresp="XVVJVYFX"/>; ale tę Ewanjeliją czytamy dziś\n dla tego<add type="argument" place="margin">Dlaczego tę Ewanjeliją dziś Kościoł\n kładzie.</add>: naprzod abyśmy <term>się</term> w zaczętym tym czasie pokuty\n i postu przez dni 40 umocnili i do zbawiennego z nich pożytku <term\n corresp="CTHPTUCU-1">sposobili</term>, patrząc jako ty takie dni 40\n poświęciły się w zakonie starym u <persName corresp="BTO99">Mojżesza</persName>\n i u prorokow przez <persName corresp="BTO156">Helijasza</persName>, ktore tu nam\n Pan Jezus ukazuje, abyśmy sobie wspomnieli, jako oni pościli. Mojżesz, gdy miał\n <term corresp="CKVCYKXP-3">zakon</term> wziąć na tablicach onych opisany,\n ktorym miał ludzie w bojaźni Bożej i onę ich Rzeczpospolitą w całości zachować;\n i Helijasz, gdy Pana Boga o naprawę i przywrocenie obalonych ołtarzow i\n spustoszonej chwały jego ubłagać i uprosić miał. A k temu, żebyśmy na zapłatę\n patrzyli, jako Pan Bog posty i inne trudzenia, i cnoty pobożności wszelakiej\n płacić umie takim <term corresp="CAHXVCFW-4">państwem</term> i rozkoszami, ktore\n tu ukazał uczniom swoim i w nich nam, synom ich, abyśmy się przez zapłatę\n wieczną i\n trwałą,<!-- czy ten przecinek potrzebny? Jest wprawdzie ukośnik w tekście, ale... -->\n do krotkiej pracej i roboty upominali. A na koniec dla tego się ta Ewanjelija\n czyta, abyśmy gorę onę, z ktorej szatan krolestwa świata tego ukazował do\n grzechu i bałwochwalstwa namiawiając, z tą gorą, na ktorej Pan Jezus krolestwo\n swoje niebieskie ukazał, przyrownali, a dobre obieranie uczynili, tamtą\n szatańską gardząc i onej się strzegąc, a na tę Chrystusowę garnąc się i cisnąc.\n O czym mowić będziem za pomocą Ducha Świętego; <term corresp="CAUUHPYU-1"\n >jedno</term> pierwej wiarę naszę i artykuły jej niektore z tej Ewanjelijej\n utwierdzim.</p>\n </div>\n <div>\n <head>Pierwsza część</head>\n <argument>\n <ab>O świadectwie bostwa Pana Chrystusowego na tej gorze, o nieśmiertelności\n dusz naszych i wieczności ciał, o ukazowaniu się dusz ludzkich i o ich\n rożnych miejscach</ab>\n </argument>\n <p n="2">Gdy <persName corresp="BTO60">Piotr</persName> święty na pytanie Pana i\n Mistrza swego wiarę, na ktorej-eśmy zbudowani, o bostwie jego wyznał, mowiąc\n <add type="ref" subtype="bible" place="margin" corresp="BWTRNXJU">Matth.\n 16.</add><add type="argument" place="margin">Wyznanie Piotra\n świętego.</add>: <cit type="bible" corresp="BWTRNXJU">\n <q>Tyś jest Chrystus, Syn Boga żywego</q>\n </cit>, pochwalił Pan jego wyznanie, mowiąc, iż się tego nie nauczył od ludzi\n ani z <term corresp="CTXJHYYF-3">dowcipu</term> i mądrości świeckiej, ani z\n pisma Mojżeszowego i prorockiego, ktorego abo nie czytał, abo go jako prosty\n rybak nie rozumiał, ale onę wszytkę naukę i tajemnicę miał z objawienia Ojca\n niebieskiego. Ktora wiara i wyznanie to w sobie zamyka, iż Pan Chrystus jest\n Synem Bożym, nie <term corresp="CFHCMKYK-1">sposobionym</term> jako ini święci i\n prorocy, ale rodzonym przed wieki, jednej <term corresp="CRPTHUXE-1"\n >natury</term> z Ojcem i bostwa jednego. Bo gdy ludzie na cuda dziwne Pana\n Jezusowe i na żywot jego i mądrość patrzyli <add type="ref" subtype="bible"\n place="margin" corresp="BAYYEKAC">Matth. 16.</add> – domyślali się, iż jest\n abo Helijaszem, abo <persName corresp="BTO79">Jeremijaszem</persName>, abo\n <persName corresp="BTO57">Janem Chrzcicielem</persName>, ktorzy byli w łasce\n wielkiej u Boga i synmi się Bożymi wedle łaski i <term corresp="CFECANJW-2"\n >sposobienia</term> znać mogli. Ale się tego nikt domyślić nie mogł, aby Pan\n Jezus był Synem rodzonym i jednej natury, i rownego bostwa z Ojcem<add\n type="argument" place="margin">Domyślić się było trudno, iż Bog w ciało się\n ludzkie wcielił.</add>. Sam Ociec niebieski do serca to i wiadomości\n Piotrowej podał i jemu tę pierwszą tajemnicę wiary naszej i Boga w Trojcy\n jedynego objawił.</p>\n <p n="3">Ta wiara, iż była barzo dziwna i trudna – a tym trudniejsza, iż taki ten\n Syn Boży rowny Bogu, ciałem i naturą obłożony, na wzgardę, <term\n corresp="CAXNXNCA-2">pośmiech</term> i srogą mękę, i śmierć sromotną dany\n być miał – jako sam po tym Piotrowym wyznaniu dołożył i opowiedział; na\n utwierdzenie rzeczy i wiary tak trudnej obiecał niektorym uczniom przy Pietrze\n ukazać im krolestwo swoje, gdzie od tegoż Ojca niebieskiego nie tajemnie do\n serca, ale jawnie do ucha świadectwo usłyszeć mieli, iż Piotr dobrze wyznał, a\n iż on jest prawy Syn Boga żywego, tejże z nim natury jednej Boskiej. To się\n zstało, jako nam Ewanjelista powiedział, po sześci dni, gdy im to Pan obiecował.\n Wziął Piotra, <persName corresp="BTO108">Jakuba</persName> i <persName\n corresp="BTO7">Jana</persName> Pan Jezus i prowadził je na gorę wysoką, i\n przemienił się przed nimi, i ukazał się im Mojżesz i Helijasz, ktorzy na świecie\n tu żyjąc, o Messyjaszu pisali i nauczali. Co w piśmie swoim Mojżesz opowiedział,\n co w ciemnych figurach pokrył i czego oni abo nie czytali, abo na ten czas\n zrozumieć nie mogli<add type="argument" place="margin">Mojżesz o Chrystusie\n osobą swoją pismo swoje wyłożył.</add> – to sam osobą swoją z otchłani\n świętych ojcow przyzwany, zeznawa, iż: <!-- pseudocytat -->\n <q>Ten jest obiecany Messyjasz, o ktorym-em pisał</q>\n <add type="ref" subtype="bible" place="margin" corresp="BURHUHMF">Deut.\n 18.</add>. I mowiąc z nim, jako Łukasz święty dokłada <add type="ref"\n subtype="bible" place="margin" corresp="BCKMNXFU">Luc. 9.</add>, o jego\n zeszciu, ktore być w Jeruzalem miało, to jest o męce i śmierci jego dał znać, iż\n to on Baranek, ktorego krew’ świat wszystek odkupić i wyzwolić z niewoli\n wiecznej miała <add type="ref" subtype="bible" place="margin" corresp="BPYKXAVK"\n >Exod. 12.</add>. Toż uczynił Helijasz, przedniejszy prorok, <term\n corresp="CFFEWFKF-1">imieniem</term> wszytkich prorokow: wyznał, iż ten jest\n a nie iny, o ktorym prorocy opowiedali.</p>\n <p n="4">Zatym nastąpiło nawyższe świadectwo Boga Ojca o drugiej Boskiej naturze\n jego – usłyszeli głos z obłoku; osoby nie widzieli, bo Bog nie ma twarzy ani\n <term corresp="CTXEPPWC-2">podobieństwa</term> żadnego na niebie i na ziemi,\n jako Mojżesz nauczał<add type="argument" place="margin">Bog nie ma podobieństwa\n żadnego.</add>\n <add type="ref" subtype="bible" place="margin" corresp="BHFWHNMH">Deut. 4.</add>: <cit type="bible" corresp="BHFWHNMH">\n <q>Głos-eś – <term corresp="CVYVKNUJ-1">prawi</term> – jego słyszał, ale\n twarzy i formy żadnej nie widział</q>\n </cit>; i nie może się malować do żadnej rzeczy nieprzyrownane bostwo; i ten\n głos tak zabrzmiał: <add type="ref" subtype="bible" place="margin" resp="editor" corresp="BXNRJJEW">Mt 17,5</add><cit type="bible" corresp="BXNRJJEW">\n <q>To jest namilszy Syn moj, w ktorym mi się upodobało, tego\n słuchajcie</q></cit>. <!-- pseudocytat --><q>Nie Mojżesz, nie Helijasz, nie żaden święty, nie\n anjoł, ktory Synem jest moim – ale ten sam; nie czyniony ani stworzony,\n ale rodzony, w ktorym mam wszytko kochanie i rozkoszy moje.</q>\n </p>\n <p n="5">Bog <term corresp="CYVVAWNA-1">właśnie</term> kochać się <term>nie</term>\n może, <term corresp="CAUUHPYU-2">jedno</term> sam w sobie i naturze swej<add\n type="argument" place="margin">Kochanie Boskie <term corresp="CEFNHCNT-2"\n >własne</term> w samym sobie.</add>. Miłuje ludzie i sługi, i to co\n stworzył, ale upodobania swego własnego, ktore wielkości i majestatu, i naturze\n jego przystoi, nie ma, jedno sam w sobie. Jako anjoł i duch nie ma kochania w\n cielesnych dobrach, bo ciała nie ma; i człowiek nie mieszka w wodzie jako ryby,\n ktore się w niej rodzą i kochają – tak Pan Bog w naturze <term\n corresp="CTJMEXAC-1">tylo</term> swej, to jest sam w sobie upodobanie ma<add\n type="argument" place="margin">Co to jest: <q>W ktorym mi się\n upodobało</q>.</add>, ktora jego natura, iż jest wszytka w Synie i onę\n przedwiecznym rodzeniem nań wlewa, przeto rownym mu jest i jednym z nim\n Bogiem.</p>\n <p n="6">Mamy tedy i tu wielkie <term corresp="CWEVKMPJ-1">wyświadczenie</term> tego\n bostwa Syna Bożego, ktore Piotr święty wyznał przeciw <term type="factual" corresp="FKJMJMNN-1">arijanom</term> i inym\n nieprzyjaciołom Boga w Trojcy jedynego . I przetoż kazania i nauki swojej, i\n wyznania onej wiary o Chrystusie Piotr święty tym widzeniem i słyszeniem głosu\n Ojcowskiego wspiera, mowiąc: <add type="ref" subtype="bible"\n place="margin" corresp="BXXNTHFV">2. Petr. 1.</add><cit type="bible" corresp="BXXNTHFV">\n <q>Nie z uczonych baśni oznajmiliśmy wam Pana naszego Jezu Chrysta moc i\n <term corresp="CMPJJRMJ-1">przytomność</term>, ale-śmy sami widzieli\n wielmożność jego. Bowiem biorąc od Ojca cześć i chwałę, głos od niego\n taki od wielmożnej chwały spuszczony był: <q>To jest Syn moj namilszy, w\n ktorym mi się upodobało, tego słuchajcie</q>. Ten głos słyszeliśmy z\n nieba, będąc z nim na gorze świętej</q>\n </cit>. Mamy tedy z tej Ewanjelijej wielkie świadectwo o bostwie Pana naszego\n przeciw tym arijanom i <term type="factual" corresp="FJCNJUAF-1">nowochrzczeńcom</term>.</p>\n <p n="7">Lecz i kalwinistowie, i ci co się <term type="factual" corresp="FAEVVPWP-1">ewanjeliki</term> zowią <add type="ref"\n subtype="other" place="margin">Calv. Inst. lib. 4. c. 8.</add> z tego słowa:\n <cit type="bible">\n <q>Tego słuchajcie</q>\n </cit>, burzyć chcą urzędy kościelne, koncilija, doktory, słuchać ich nie chcąc,\n jedno co Syn Boży mowi i naucza. I gdy ich pytamy, gdzie to słyszą mowiącego,\n powiadają: <q>W Piśmie i Ewanjelijej</q><add type="argument" place="margin">Tego\n słuchajcie, jako to heretycy wywracają.</add>. Lecz głos Ojca niebieskiego\n mowi: <cit type="bible">\n <q>Tego słuchajcie</q>\n </cit>, nie mowi: <q>Pisma jego słuchajcie</q>. A iż Pan Jezus nic nie pisał ani\n pisać rozkazał, niemasz czego słuchać. A gdy Pan Jezus w niebo wstąpił, a\n pisanej jeszcze Ewanjelijej nie było, kogoż ludzie słuchać mieli? Pewnie tegoż\n Chrystusa w posłańcach swoich i w Apostołach mowiącego, ktorym dał Ducha\n Świętego nie wszytkiego im przez się sam powiadając, ale wiele nań <term\n corresp="CKHWMERX-1">odkładając</term><add type="argument" place="margin"\n >Chrystus mowi nie w Piśmie samym, ale w posłańcach swoich.</add>; ktorym\n dał ten kredyt: <cit type="bible">\n <q>Kto was słucha, mnie słucha; kto wami gardzi, mną gardzi</q>\n </cit>\n <add type="ref" subtype="bible" place="margin">Ioan. 15.</add><add type="ref"\n subtype="bible" place="margin">Luc. 10.</add>. Głos Boga Ojca: <cit\n type="bible">\n <q>Tego słuchajcie</q>\n </cit>, namniej <term>się</term> na pisaną Ewanjeliją nie <term\n corresp="CPETNUKR-1">ściąga</term> – bo jej jeszcze nie było i ona języka\n nie ma i mowy i nie każdy jej czytać umie, a <term corresp="CXNUMNHU-1"\n >rzadki</term> dobrze rozumieć ją może. Ale się ściąga na słowo jego, ktore\n sam rozsiewał i ktore włożył w usta, jako mowi Prorok <add type="ref"\n subtype="bible" place="margin">Isa. 59.</add>, nasienia swego, apostołow i\n potomkow ich <add type="ref" subtype="bible" place="margin">Ephes. 4.</add>, i w\n Kościoł swoj, i koncilija, i doktory, w ktorych zawżdy Chrystus, jako Apostoł\n świadczy, mowi i naucza <add type="ref" subtype="bible" place="margin">1. Cor.\n 12.</add> i ktorych każdy <term corresp="CNHVRFVY-1">winien</term> słuchać\n jako samego Chrystusa. Chytrzy a węża piekielnego jady napełnieni do takiego\n mistrza <term corresp="CMTEATEJ-1">ukazują</term>, ktorego <term>nachylić</term>\n po sobie i po głowie swojej mogą<add type="argument" place="margin">Chytrość\n heretycka.</add>; jakie jest pismo, ktore wykręcić i wyskrobać, i zepsować,\n i wyrzucić, i spalić, i zgubić mogą. A od onego sędziego uciekają, ktory się\n zwieść i oszukać nie dopuści, to jest od urzędu kościelnego, od koncilija,\n doktorow i kapłanow, i pasterzow, ktorzy wymysły ich potępiają i ktorych słow\n zepsować i rozumienia na swoję stronę <term corresp="CEHMRNTU-1">nawieść</term>\n nie mogą.</p>\n <p n="8">Pokazuje się też z tej Ewanjelijej nieśmiertelność dusz ludzkich po <term\n corresp="CPJPFUYC-1">wyszciu</term> z ciała, iż są, żyją, trwają, a nie\n umierają, jako już dzisiejsze heretyctwa, prawi Epikurowie, i u pogaństwa <term\n corresp="CNFVRHUF-1">niegdy</term> wzgardzeni, nauczać śmieją<add\n type="argument" place="margin">Nieśmiertelność dusz ludzkich.</add>.\n Mojżeszowe ciało, mowi Pismo <add type="ref" subtype="bible" place="margin"\n >Deut. ultimo et 32.</add>, pogrzebał Pan Bog na gorze Abarim abo Nebo, a\n oto dusza tu jego z Panem w majestacie tak wiele lat mająca i wieczna rozmawia.\n Co i o duszach Abrahama, Izaaka i Jakoba Pan sam przeciw <term\n corresp="CHCUUFVV-1">sadduceuszom</term> twierdzi <add type="ref"\n subtype="bible" place="margin">Matth. 22.</add> i głupstwo ich gromi, iż nie\n rozumieją i Pisma, i mocy Bożej, ukazując, iż dusze są i żyją. A Bog nie jest\n umarłych, ale żywych. A gdy tenże Pan Jezus mowi <add type="ref" subtype="bible"\n place="margin">Luc. 12.</add>: <cit type="bible">\n <q>Nie bojcie się tych, co zabijają ciała, bo dusze zabić nie mogą</q>\n </cit>, barzo jaśnie o nieśmiertelności dusz naszych oznajmił. Przetoż brzydźmy\n się temi heretyctwy, ktore do tak <term corresp="CHKTJVWT-1">grubego</term> i\n bydlęcego nierozumu przywodzi szalone od Kościoła świętego odstąpienie.</p>\n <p n="9">Lecz i ciał naszych nieśmiertelność, ktorą na dzień sądny weźmiem<add\n type="argument" place="margin">Ciał naszych nieśmiertelność.</add>, na tym\n Helijaszu dobrze się umacnia, ktory jeszcze nie umarł, i nie umrze aż przed\n sądnym dniem, gdy przyszcie wtore Pana naszego uprzedzi i <term\n corresp="CHAKHVKK-1">przesłańcem</term> jego, jako święty Jan w pierwszym,\n zostanie <add type="ref" subtype="bible" place="margin">Matth. 17.</add><add\n type="ref" subtype="bible" place="margin">Malac. 4.</add>. Jeśli ciało\n ludzkie przy duszy jeszcze nieuwielbionej Pan Bog kila tysięcy lat zdrowe\n trzymać może – i wieczne a nieśmiertelne uczynić też może.</p>\n <p n="10">Ona się rzecz też stąd umacnia, iż dusze ludzkie z Boskiego rozkazania i\n dozwolenia ukazować się ludziom mogą, jako się tu tym apostołom ukazała dusza\n Mojżeszowa<add type="argument" place="margin">Dusze ludzkie ukazować się\n mogą.</add>. I w Księgach Krolewskich mamy, iż się Saulowi ukazała dusza\n Samuelowa, nie dla czarow, ale czary uprzedziwszy, stanął Samuel i powiedział\n rzeczy przyszłe Saulowi <add type="ref" subtype="bible" place="margin">1. Reg.\n 24.</add><add type="ref" subtype="bible" place="margin">Eccle. 46.</add>.\n Także się dusza Jeremijaszowa i Onijaszowa ukazała Machabeuszowi <add type="ref"\n subtype="bible" place="margin">2. Mac. 15.</add>; i w dziejach świętych u\n <term corresp="CJTYKAPY-1">zacnych</term> doktorow takich historyi niemało\n się najduje.</p>\n <p n="11">O rożnych też miejscach dusz ludzkich stąd się wiadomość bierze, iż nie\n tylo są dwie, niebo a piekło, ale insze rożne<add type="argument" place="margin"\n >Rożne miejsca dusz ludzkich.</add>. Bo Mojżeszowa dusza nie z nieba\n przyzwana jest. Bo przed Chrystusem żadna tam być nie mogła<add type="argument"\n place="margin">Starzy święci nieba nie dostawali.</add>. Bo jeśli raj\n grzechami zamkniony jest, daleko więcej niebieskie, gdzie na Pana Boga patrzą,\n rozkoszy <term corresp="CEAWXVER-1">poty</term> zamknione były, <term\n corresp="CAKPPAXN-1">poki</term> ich Zbawiciel nasz śmiercią, męką i\n wstąpieniem swoim w niebo nie otworzył, długi za ludzki rodzaj wypłaciwszy. Nie\n z piekła też dusza Mojżeszowa wyszła – bo tam potępionych jest miejsce, nie\n świętych przyjacioł i sług Bożych, jaki był Mojżesz. Musi <term\n corresp="CPWNPRKR-1">tedy</term> być ine miejsce ludzkim duszom, to jest\n otchłań ojcow świętych; o Samuelowej duszy Pismo świadczy <add type="ref"\n subtype="bible" place="margin">1. Reg. 24.</add>, iż nie z gory ani z nieba,\n ale z ziemie wychodziła. Nie z piekła potępionych – bo Samuel był wielki i Bogu\n miły prorok – ale z inego pod ziemią miejsca, w ktorym Chrystusa i jego <term\n corresp="CPXPXHRA-1">przyszcia</term> oczekiwano do wybawienia i\n przeprowadzenia do niebieskiej chwały. Insze też miejsce ma Helijasz jeszcze\n nieumarły, w ktorym z ciałem i w ciele mieszka, nie to ziemskie nasze, ale ine\n podobno rajskie, w ktorym jest drzewo żywota, nam, inym potomkom Jadamowym\n zamknione, a Helijaszowi z przywileju otworzone.</p>\n </div>\n <div>\n <head>Wtóra część</head>\n <argument>\n <ab>O poście Mojżesza i Helijasza, o robocie w pokucie świętej patrząc na\n zapłatę, o wstępowaniu z Panem na gorę</ab>\n </argument>\n <p n="12">Dni te 40, ktoreśmy na pokuty naszej podparcie zaczęli, <term\n corresp="CCJKNJNP-1">zalecają się</term> nam nie tylo przykładem Pana\n naszego, jakośmy w przeszłą niedzielę słyszeli, ale też i przykładem tych\n wielkich u Boga mężow i prorokow, Mojżesza i Helijasza. Pościł Mojżesz, gdy miał\n brać zakon i prawa od Pana Boga, ktoremi by ludzie sobie <term\n corresp="CRUXAHTA-1">poruczone</term> drogami sprawiedliwości i życia\n pobożnego prowadził i w dobrym je porządku i Rzeczyposp[olitej] ich\n postanowił<add type="argument" place="margin">Do wzięcia zakonu postem <term\n corresp="CMHXNYYE-1">się przyprawował</term> Mojżesz.</add>\n <add type="ref" subtype="bible" place="margin">Exo. 24.</add>. Na uczczenie i\n <term corresp="CAPFTENM-1">zjednanie</term> tak potrzebnego ludziom zakonu\n postem <term corresp="CMHXNYYE-1">się przyprawował</term>. Także Helijasz, gdy\n miał Pana Boga widzieć i naprawę Kościoła od heretykow podeptanego i\n bałwochwalstwem zarażonego uprosić, postem się przygotował <add type="ref"\n subtype="bible" place="margin">3. Reg. 19.</add>. I my też tego pragniemy,\n aby Pan Bog swoj święty zakon nie na kamiennych tablicach, ale jako nowego\n testamentu łaska jest, na sercach naszych napisał i mocnie a z miłości\n synowskiej pełnić go nam dał<add type="argument" place="margin">Aby Pan Bog na\n sercu zakon swoj naszym napisał, pośćmy.</add>; abyśmy grzechy i\n bezzakonności nasze porzuciwszy, wolą Boską jego i prawa święte jego wykonywali\n – postem się też przyprawujmy. A nie bądźmy jako oni, co jedli i pili, i\n wstawszy <term corresp="CUEXKUMP-1">igrali</term>, i cielcowi się, bogiem go\n swoim czyniąc, kłaniali; ktore ujrzawszy Mojżesz, a niosąc im wielki od Boga\n upominek, on zakon palcem Bożym pisany <add type="ref" subtype="bible"\n place="margin">Exod. 32.</add> – wolał tablice one potłuc, aniżli <term\n corresp="CCVHVYTP-1">obżercom</term> i nieposzczącym zakon, ktorego on\n postem dostawał, tak drogą rzecz i taki dar od Boga oddawać<add type="argument"\n place="margin">Nieposzczący niegodni byli zakonu Bożego.</add>. Także i my,\n jeśli niepowściągliwi będziem, a ciał naszych w pokucie nie strudzim, palca\n Bożego i mocy Ducha Świętego na sercach naszych, ktory by na nich pisał i one\n odmienił, i do pełnienia wolej Bożej <term corresp="CMEKTMVA-2">sposobił</term>,\n nie uczujem.</p>\n <p n="13">Słusznie i my z Helijaszem <term corresp="CRAMTYTC-1">żałować się</term>\n przed Panem Bogiem dzisiejszych tych czasow możem, mowiąc<add type="argument"\n place="margin">Kościelne spustoszenie od heretykow.</add>\n <add type="ref" subtype="bible" place="margin">3. Reg. 19.</add>: <cit\n type="bible">\n <q>Zjęła mię żałość i gniew o chwałę twoję, Panie; bo odstąpili przymierza\n twego, ołtarze twoje popsowali, proroki twoje mieczem pozabijali i samem\n został, i jeszcze i mnie na śmierć szukają</q>\n </cit>. Bo na tak wiele ludzi heretyckich i odstępnikow od wiary i przymierza,\n ktore z Panem Bogiem i Kościołem jego uczynili, patrzym; tak wiele zwojowanych\n kościołow i ołtarzow liczym; tak ciężkie na Kościoł Boży prześladowanie od nich\n powstało, iż nam z onym Matatyjaszem i z tym Helijaszem prosić przychodzi <add\n type="ref" subtype="bible" place="margin">1. Mac. 2.</add><add type="ref"\n subtype="bible" place="margin">3. Reg. 18.</add>, abyśmy na to nie patrzyli,\n a śmiercią tej żałości zbyli. Chcemy-li co u Pana Boga uprosić, aby nam krole i\n proroki a kapłany swoje na wrocenie i naprawy Kościoła swego wzbudził, z gorącą\n miłością ku chwale jego i pośćmy, i trudźmy ciała nasze.</p>\n <p n="14">Teraz zwłaszcza gdyście się na ten sejm zjechali jako wodzowie ludu Bożego\n <add type="ref" subtype="bible" place="margin">Rom. 2.</add>, jako świece\n ich cięmności, jako opiekunowie sieroctwa ich, jako mistrzowie prostych i ktorzy\n o sobie radzić nie umieją – wam je Pan Bog zlecił, wam majętności i zdrowia ich\n poruczył, abyście je do sprawiedliwości przyprawowali i w dobrej obronie od\n tegoż poganina Turczyna zatrzymali. Na to jako Mojżeszowi rady wam z nieba i\n rozumu wielkiego potrzeba, na tak trudny rozmysł i wielkie Korony wszytkiej\n niebezpieczeństwo. Słusznie się Panu Bogu w poście ukarzać macie, jeśli lud swoj\n i ojczyznę namilszą miłujecie. Toż się o duchownych mowi, aby o chwałę się\n Boską, w ktorej jest ludzkie zbawienie frasowali i na jej obalenie łzy z\n Helijaszem wylewali, prosząc Pana, aby do naprawy Kościoła swego nie <term\n corresp="CWHEENYH-1">mieszkał</term>, postem się poniżać Panu Bogu nie\n zaniechajmy.</p>\n <p n="15">Niech <term corresp="CRCMCEPC-1">pokuśnik</term> nie mowi: <q>Duchowny\n post lepszy, a cielesny niepotrzebny</q><add type="argument" place="margin"\n >Heretyckie słowa o poście.</add>; bo nas jedzenie, jako Apostoł mowi <add\n type="ref" subtype="bible" place="margin">1. Cor. 8.</add>, Bogu nie <term\n corresp="CRYRHEXV-1">zaleca</term>. Post duchowny cielesnego nie psuje, i\n owszem, cielesny na duchownym się buduje<add type="argument" place="margin">Post\n duchowny cielesnego nie psuje.</add>. Dobrze nie grzeszyć, co jest duchowny\n post, ale też dobrze za grzechy ciało karać i grzechom, aby się nie wracały,\n zabiegać. Zbawiciel nasz nie duchowny post pościł, bo grzechu nigdy nie miał,\n ale cielesny. Mojżesz i Helijasz nie duchownie 40 dni pościli – bo duchowne\n cnoty zawżdy być mają i nigdy nie ustawać, a cielesny post nie zawżdy, dni 40 i\n <term corresp="CKJCHTWR-1">drugdy</term> mniej pościli święci<add\n type="argument" place="margin">Duchowny post nie ustaje, a cielesny\n ustaje.</add>. To-ć się o cielesnym poście rozumie.</p>\n <p n="16">Nie zaleca-ć nas pokarm Panu Bogu, ale post nas zaleca, ktory na wielkich\n i Bogu miłych cnotach roście<add type="argument" place="margin">Post na jakich\n cnotach roście.</add>. Bo naprzod skrucha go prawdziwa i <term\n corresp="CEUETKMA-1">uprzejme</term> za grzechy zasmucenie rodzi<add\n type="argument" place="margin">1. Na skrusze.</add>. Żaden nigdy szczerze\n pokutujący postem nie gardził, ale <term corresp="CHVFPTMJ-1">im</term> sobie\n smutku dla Pana Boga <term corresp="CETYURYV-1">przyczyniał</term>. <cit\n type="bible">\n <q>Bo jako się człowiek – mowi Apostoł <add type="ref" subtype="bible"\n place="margin">Acto. 14.</add> – pokarmem uwesela, tak się głodem\n zasmuca</q>\n </cit>. Niniwczycy i bydłu, i dzieciom pościć trzy dni kazali, aby się wrzaskiem\n i płaczem, i wyciem niemych <term corresp="CRMFKYPV-1">bestyi</term>, do żałości\n i smutku przywodzili<add type="argument" place="margin">Post smutku jest\n znakiem.</add>; i przetoż i wory na się kładli, i w popiele i w prochu\n leżeli, aby tym więtszą żałością i smutkiem napełnić serca swoje mogli za to, iż\n Boga gniewali.</p>\n <p n="17">Post rodzi się na onej pięknej cnocie, ktorą powściągliwością od rzeczy\n <term corresp="CMWUPMKP-1">wolnych</term> abo wstrzymawałością zowiem<add\n type="argument" place="margin">2. Post się rodzi na powściągliwości.</add>.\n Rozum to przyrodzony chwalić musi, gdy się kto od rzeczy miłej a sobie wolnej\n powściągnie i sam siebie zwycięży, i własną chęć na znak męstwa duchownego\n umorzy, a pokaże, iż sobą władnie, a chęć go do rzeczy lubych nie zwycięży. Ta\n cnota nie na tym się bawi, co z grzechem jest złączono, jakie jest <term\n corresp="CFUATUVC-1">porubstwo</term> i cudzołostwo, pijaństwo i obżerstwo,\n bo to jest przeciw czystości i trzeźwości<add type="argument" place="margin"\n >Powściągliwość od rzeczy wolnych.</add> – ale na tym, co by bez grzechu\n uczynić mogł, a czynić na ćwiczenie cnoty swej i upodobanie Bogu nie chce. Jako\n gdy się od własnego małżeństwa powściąga, gdy kto w bezżeństwie zostaje, gdy\n wolne rzeczy sam sobie zakazuje, gdy sobie tę rozkosz i <term\n corresp="CCUFCJJF-1">kochanie</term> odbiera, ktorego by bez grzechu zażyć\n mogł. Wielkie męstwo i powściągliwość pokazał Dawid, gdy wody z Betleem, na\n ktorej <term corresp="CTAYEJMJ-1">się uchował</term>, po ktorej trzej mężni\n żołnierze jego, pana miłując, przez wojsko się nieprzyjacielskie przebili i onej\n przynieśli, w wielkim swoim pragnieniu pić nie chciał, myśląc<add\n type="argument" place="margin">Dawidowa powściągliwość.</add>\n <add type="ref" subtype="bible" place="margin">1. Par. 11.</add>: <cit\n type="bible">\n <q>Droga to teraz u mnie woda tak wielką <term corresp="CUUXCHFU-2"\n >chuć</term> mam do niej, krwią moich namilszych rycerzow czerpana\n jest, nie będę jej pił, zwyciężę swoję <term corresp="CRYMPMWY-1"\n >chciwość</term>, a Bogu ją jako rzecz u mnie teraz barzo drogą\n ofiaruję i oddam</q>\n </cit>; i tak uczynił. Jako z przeciwnej strony <term corresp="CHKTJVWT-1"\n >gruba</term> była i <term corresp="CHVFFAXP-1">sprośna</term>\n niepowściągliwość Ezaego <add type="ref" subtype="bible" place="margin">Ezau\n niepowściągliwy.</add>, mowi Apostoł <add type="ref" subtype="bible"\n place="margin">Hebr. 12.</add>, ktory ujrzawszy smaczną potrawę, przedał za\n nię prawo swoje pierworodne <add type="ref" subtype="bible" place="margin"\n >Genes. 25.</add>. Tej my <term corresp="CEMEUNUE-1">nieczci</term>\n uchodząc, a cnotę wstrzymawałości i zwycięstwa skłonności swej ćwicząc, barzo\n radzi pościm.</p>\n <p n="18">Rodzi się post nasz katolicki i na posłuszeństwie kościelnym ku prawom i\n zwyczajom matki naszej oblubienice Chrystusowej, i owszem, samego Chrystusa<add\n type="argument" place="margin">3. Na posłuszeństwie.</add>; ktory tak o\n uczniach swoich powiedział <add type="ref" subtype="bible" place="margin">Matth.\n 12.</add>: <cit type="bible">\n <q>Gdy oblubieniec od nich wzięty będzie, pościć będą</q>\n </cit>. Rozkaże im, aby pościli; i dosyć rozkazał, gdy to rzekł i gdy poszczącym\n zapłatę u Ojca swego obiecał <add type="ref" subtype="bible" place="margin"\n >Matth. 5.</add>. Czasu nie naznaczył, Duchowi to Świętemu i apostołom <term\n corresp="CVEWMRRY-1">poruczył</term>, ktorzy ten czas obrali, i wszytkiemu\n chrześcijaństwu pościć te 40 dni kazali. Jeśli Saul, krol świecki, mogł lud swoj\n na post <term corresp="CJKFMHHP-1">obowiązać</term>\n <add type="ref" subtype="bible" place="margin">1. Reg. 14.</add>; a Jonatas, syn\n jego, nie z wiadomości zgrzeszył, gdy go nie zachował – daleko więtszą moc ma\n Kościoł Chrystusow czasy postom stawić; i daleko więcej grzeszą, ktorzy\n jadowicie i ze złości takim rozkazaniem gardzą. Wielka cnota jest posłuszeństwo\n i wielkie się w nim pokusy zwyciężają za pomocą Bożą<add type="argument"\n place="margin">Kościelne <term corresp="CWPJVMEC-1">posłuszeństwo</term>\n wielka cnota.</add>; bo tak jest skażona, jako mowi Apostoł <add type="ref"\n subtype="bible" place="margin">Rom. 8.</add>, natura nasza, iż tego więcej\n chce i usilnie się napiera, o co zakazanie ma; i pożądliwość zakazanim więcej\n się burzy, jeśli <term>się</term> łaską Bożą nie <term corresp="CVWNANAK-1"\n >ukroci</term>. Mała rzecz była jabłko w raju, daleko lepszych owocow mieli\n dostatek, ale ten się zdał im być nasmaczniejszy, ktory był zakazany. I\n zwiedzieni kłamstwem czartowskim, choć jeszcze w całej naturze, upadli, patrząc\n na piękny on w oczach owoc. I nie o jabłko je skarano, i nas w nich, ale o\n nieposłuszeństwo. I my niewielką rzecz czynim, iż mięsa i <term\n corresp="CCVHNEYW-1">mleczna</term> nie jemy, mamy ryby i inne potrawy. Ale\n posłuszeństwo pełniąc, wiele sobie u Pana Boga wysługujem i wielką pokusę,\n wsparci łaską Chrystusową, zwyciężamy, morząc w sobie gorącość chęci do\n zakazanych na ten czas potraw<add type="argument" place="margin">Moc i łaska\n Boża w posłusznych.</add>.</p>\n <p n="19">Tej pokusy heretycy żadną miarą nie zwyciężą, by mieli ryby co nagorsze, i\n <term corresp="CWFMMWEU-2">owszem</term>, i do żab rzuciliby się, gdyby im\n ich zakazał. Bo łaskę Bożą, ktora się posłusznym i pokornym wlewa, utracili.\n Oboje te dwie cnocie, wstrzymywałość i posłuszeństwo, sławnie wypełnili oni\n czterzej młodzieniaszkowie w Babilonijej <add type="ref" subtype="bible"\n place="margin">Dan. 1.</add><add type="argument" place="margin">Czterech\n młodzieńcow w Babilonije powściągliwość.</add>, ktorzy młode i gorące swoje\n chęci do potraw krolewskich i wina, ktore sam wielki monarcha pijał, umorzyli,\n do swego <term corresp="CCRKKRJN-1">przystawa</term>, mowiąc: <cit type="bible">\n <q>Daj nam jarzyny, ktore ziemia rodzi, a po dziesiąci dni patrz na twarzy\n nasze, <term corresp="CUREVMRU-1">jeśli</term> będą blade i suche</q>\n </cit>. Bo tych potraw zakon nam Boży zakazał. Mieli i wysoką wiarę, iż <term\n corresp="CPAWTXKW-1">przyrodzonej</term> urody, Boga i zakonu jego\n słuchając, postem tracić nie mieli<add type="argument" place="margin">Urody\n postem nie utracili.</add>, ktorej się i Judycie wdowie z postu przyczyniło,\n iż poszcząc piękniejszą zostawała <add type="ref" subtype="bible" place="margin"\n >Iudith 12.</add>. O takie w poście posłuszeństwo oni siedm Machabejscy\n młodzieńcy, bracia rodzeni, woleli ciężkiemi mękami umierać, niżli się zakazanym\n pokarmem mazać, a zakonu Bożego około postu nie słuchać <add type="ref"\n subtype="bible" place="margin">2. Mac. 6.</add>.</p>\n <p n="20">Buduje się post nasz i na ofierze<add type="argument" place="margin">4. Na\n ofierze buduje się post.</add>, ktorą Panu Bogu z ciała naszego czynim,\n wedle Apostoła <add type="ref" subtype="bible" place="margin">Colos. 3.</add>,\n gdy chęci jego umarzamy i Panu Bogu je zabijamy: <cit type="bible">\n <q>Umartwiajcie – prawi – członki wasze na ziemi</q>\n </cit>; i indziej mowi <add type="ref" subtype="bible" place="margin">Rom.\n 12.</add>: <cit type="bible">\n <q>Stawcie ciała swe ofiarą żywą, świętą, Bogu się podobającą</q>\n </cit>. Jakaż ma być ofiara z ciała naszego Panu Bogu? Jedno gdy je dla niego\n trudzim postem i iną pracą w służbie jego, zabijając chęci nasze w nim, ktore\n się przeciwiają wolej jego.</p>\n <p n="21">Postem też sobie czynim do czystości pomoc i straż i na tej pilności\n roście ta powściągliwość<add type="argument" place="margin">5. Pomoc do\n czystości z postu.</add>. Jako Judyta, wdowa młoda, czyniła, <term\n corresp="CEWVJREK-1">włosiennicę</term> na sobie nosząc, a na każdy dzień\n <term corresp="CTNPFUVN-1">okrom</term> święta poszcząc.</p>\n <p n="22">I z gorącej modlitwy post się zaczyna, gdy co pilnego chcemy u Pana Boga\n uprosić, jest modlitwie wielkiemi skrzydłami do nieba<add type="argument"\n place="margin">6. Modlitwie post pomaga.</add>. Bo czyni trzeźwią i czujną\n duszę, i lekką do niebieskiego latania. Danijel chcąc uprosić objawienie\n tajemnic – pościł <add type="ref" subtype="bible" place="margin">Dan. 9.</add>;\n i ini święci modlitwy postem wspierali i do wysłuchania im u Pana Boga barzo\n służył. Jako się o Mojżeszu i Helijaszu powiedziało.</p>\n <p n="23">A żebyśmy <term>się</term> sami nie <term corresp="CYHXCXAF-1"\n >żałowali</term> na posty i na prace, i ine trudności dla zbawienia naszego,\n w tym przemienieniu swoim chciał Pan Jezus ukazać uczniom i nam w nich wielką i\n pewną pracej naszej zapłatę<add type="argument" place="margin">Zapłatę Pan\n ukazał tym, co robią.</add> – abyśmy się nią do cierpienia i roboty\n pobudzali. Mało przedtym powiedział uczniom swoim, iż wiele cierpieć i w\n wielkiej zelżywości umrzeć na krzyżu, i potym zmartwychwstać miał; czym\n <term>się</term> uczniowie zafrasowali i <term corresp="CKEFJUFP-2"\n >obrazili</term>, a zwłaszcza Piotr święty, ktory śmiał Panu mowić <add\n type="ref" subtype="bible" place="margin">Matth. 16.</add>: Nigdy to nie\n będzie, aby na taką sromotę i śmierć haniebną przyść miał. A Pan ich nauczył, iż\n taka zelżywość i cierpienie na tym świecie dobrze <term corresp="CVYWXJXA-1">się\n płaci</term> na drugim po śmierci i na dzień zmartwychwstania. I obiecał\n niektorym ukazać tę chwałę i krolestwo, ktorym się jemu krzyż i praca płacić\n będzie, a nie tylko jemu, ale i naśladowcom jego, ktorzy sami sobą wzgardzą i\n krzyż swoj cierpliwości i uciskow tego świata z pokorą za nim poniosą, i tą\n drogą cnot świętych pojdą, ktorą on sam chodził <add type="ref" subtype="bible"\n place="margin">Matth. 16.</add><add type="argument" place="margin">Robota,\n ktorą Pan rozkazał.</add>. I co obiecał trzem tym, <term\n corresp="CTJWFWUE-1">ziścił</term>, ukazał im krolestwo i wszytek dostatek,\n majestat, ozdobę i wspaniałość jego.</p>\n <p n="24">To okazowanie Matteusz święty i Łukasz dwiema tylo słowy opisali i rzecz\n barzo wielką w krotkich słowiech zagrzebli, <term corresp="CTJMEXAC-1"\n >tylo</term> o rozjaśnieniu twarzy jego jako słońce i o białości szat jego\n jako śnieg powiedziawszy<add type="argument" place="margin">Czemu krotko\n Ewanjelistowie piszą.</add>. <term corresp="CWWXTFRN-1">Acz</term> Łukasz\n święty majestatu jego trochę dotknął <add type="ref" subtype="bible"\n place="margin">Luc. 9.</add>. <term corresp="CVFUWUFV-1">Izali</term> tak\n przenawyższe krolestwo Chrystusowe i przemożną wspaniałość, z żadnym wszytkiego\n świata krolem niezrownaną pompę i majestat niebieski opisują? Pan obiecał\n niektorym uczniom ukazać się im w krolestwie swoim i w państwie, w dostatku i\n ozdobie majestatu swego – a ty, święty Ewanjelista, o twarzy jego tylo a o\n szatach powiadasz? Nie dziwować się, bo taki jest zwyczaj prawdy świętego Pisma.\n Filozofija i mądrość świecka, mając rzeczy niskie, małe i niepewne, słowy\n długimi i <term corresp="CCNHPYYF-1">wydwornymi</term> nagradza i <term\n corresp="CYFFHXUK-2">udatną</term> się czyni<add type="argument"\n place="margin">U filozofow słow <term corresp="CACNTJVR-2">dosyć</term> bez\n <term corresp="CAMYYKRJ-5">rzeczy</term>.</add>. A Boska Ducha Świętego\n nauka, mając rzeczy barzo wielkie, wysokie, prawdziwe i niepojęte, o słowa nie\n dba, i <term corresp="CWFMMWEU-1">owszem</term>, prostą i niską wymową wielkość\n i majestat prawdy swej pokrywa, żadnego <term corresp="CRFCPPUT-1"\n >zalecania</term> ludzkiego języka nie szukając, a raczej większego się z\n nich zelżenia bojąc. A k temu, iż rzeczy są wyższe, niżli rozum pojąć i język\n wymowić może – musi wielkość ich w skąpych słowach pogrzebać, a więcej\n dziwowaniu i uważaniu pilnemu i nabożnemu polecać.</p>\n <p n="25">\n <term corresp="CCCVUFNX-1">Dziwne</term> to było i nad wszytkie świata tego\n ozdoby, bogactwa, rozkoszy i dostatki <term corresp="CHJEPJNT-1"\n >napożądliwsze</term> przemienienie<add type="argument" place="margin"\n >Przemienienie Pańskie jako dziwne.</add>; o twarzy jego i o szatach powieść\n <?oxy_comment_start author="magda" timestamp="20250702T135646+0200" comment="Czy tutaj z przeinkiem? Więcej sensu bez, ale w podstawie jest ukośnik"?>namniejsza\n jest, odrobina<?oxy_comment_end?> tego, co się im tam pokazało. Bo do pokazania\n krolewskiej dostojności i wielkości wiele potrzeba. A zwłaszcza gdy nie krol\n świecki ani krolestwo jest to jako na świecie, malowane i cieniowi mijającemu\n podobne – ale Boskie, wieczne, z ktorego wszystkie ziemskie idą. Do takiego\n <term corresp="CANCPVYU-1">okazowania</term>, po naszemu mowiąc, siła tam\n było dworu, wojska, rycerstwa, dostatku, złota, śrebra, kamieni drogich,\n rozkoszy, szat, pompy, majestatu. A jako się Salomon Sabie krolowej z swoją\n wielmożnością i chwałą pokazał <add type="ref" subtype="bible" place="margin">3.\n Reg. 10.</add> – tak daleko poważniejsze to było <term corresp="CANCPVYU-2"\n >okazowanie</term>, gdy dziedzic nieba i ziemie swoj dom, pałace, rozkoszy,\n dostatki swoim uczniom w oczach stawił, pokazując się Panem w państwie i krolem\n w krolestwie swoim nieustającym i wiecznym. Aby <term corresp="CUTYNRTY-1"\n >podłością</term> jego i poniżeniem w ciele ludzkim i żywocie onym, w ktorym\n nauboższym nad wszytki ludzie zostawał, nie obrażali się, a rozumieli – iż\n ubostwo i podłość ona jego na świecie nie była przymuszona, ale dobrowolnie\n przyjęta dla zbawienia świata wszytkiego<add type="argument" place="margin"\n >Przyczyna przemienienia Pańskiego.</add>.</p>\n <p n="26">Tego krolestwa tak ukazanego <term corresp="CHWRRJKR-1">skusiwszy</term>,\n Piotr święty mowił<add type="argument" place="margin">Słowa Piotra świętego\n kosztującego onego krolestwa.</add>: <cit type="bible">\n <q>Dobrze by tu nam zostać</q>\n </cit>; barzo dobrze, a nigdzież nie lepiej. Ziemia pożera obywatele swoje, na\n dole wszytek świat i nędza, i nieprzyjaciele, i pokusy. Tu rozkosz, tu pokoj, tu\n rzeki rozkoszy i pokoju, tu widzenie krola w chwale swojej, tu wieczność bez\n odmiany. Lecz Piotr święty nie wiedział, co mowił; nie iżby źle rzekł – bo\n nigdzież lepiej jako w onej chwale Chrystusowej, przy Mojżeszu i Helijaszu, i\n wszytkich anjołach i duchach sprawiedliwych – ale iż <term corresp="CXXVEKUM-1"\n >się skwapił</term> do zapłaty onej, roboty się jeszcze nie jąwszy<add\n type="argument" place="margin">Skwapił się Piotr święty do zapłaty.</add>.\n Musim pierwej na świecie, Pietrze, z tym Chrystusem płakać, musim pierwej na\n jego srogą śmierć patrzyć, musim łaskę jego i Ewanjeliją po wszytkim świecie\n roznosić, musisz w Kościele około <term corresp="CAYNAUFF-2">rządu</term> jego\n pracować, prawdę zakonu Chrystusowego po wszytkim świecie szczepić, a cierpieć\n wzgardę, wymiatanie, biczowanie i wszytkie nędze, a na koniec na krzyżu umrzeć –\n toż dopiero tego, na ktory patrzysz, pokoju używiesz. Pokazano-ć to nie, iżby\n już teraz miał, ale żeby na to robił.</p>\n <p n="27">Wstępujmyż na tę wysoką gorę<add type="argument" place="margin">Wchodzenie\n na gorę.</add>. O goro, jako-ś piękna! O, bych miał skrzydła jako orzeł,\n <term corresp="CNANPRWK-2">aby</term>ch tam wleciał! Ta gora trudny ma\n przystęp, ciasna do niej droga, przykre i pracej pełne wchodzenie<add\n type="argument" place="margin">Ciasna droga na gorę.</add>\n <add type="ref" subtype="bible" place="margin">Matth. 7.</add>. Potrzeba wiele\n ucierpieć, nim wierzchu wesołego i odpoczynienia wiecznego dojdziesz. Lecz pracy\n i cierpienia nie żałuj, wierny robotniku i naśladowco Chrystusow. Mow do Pana,\n ktory cię tam wzywa: <q>Weźmi mię, Panie Jezu Chryste, za rękę, a prowadź mię za\n sobą, racz mi w sercu osłodzić ony rozkoszy wieczne, a ja pojdę za wonnością\n i słodkością twoją <add type="ref" subtype="bible" place="margin">Cant.\n 1.</add>, abych z Apostołem mogł mowić <add type="ref" subtype="bible"\n place="margin">Philip. 3.</add>: <cit type="bible">\n <q>Obcowanie moje w niebie</q>\n </cit>. Niechże mi ta ziemia <term corresp="CXAFPWTP-1">wśmierdnieje</term>,\n ktorą mi czart ukazuje i wszytki jej krolestwa, ktore jako dym mijają i\n upadają<add type="argument" place="margin">Ziemia niech nam obrzydnie,\n ktorą ukazuje czart.</add>. Niech złożę niepotrzebne na tę gorę\n tłomoki<add type="argument" place="margin">Złożyć na gorę\n tłomoki.</add>. Jako postąpić wzgorę mam, a ja słaby, słabego i wątłego\n zdrowia, i nog zemdlonych, a takim będąc, tłomokow i worow świeckich zabaw,\n pieniędzy, bogactwa i niepotrzebnej strawy przyczyniam i na się kładę? A\n jeszcze mam takie nieprzyjaciele, ktorzy mię popychają i za szyję pokusami\n rozmaitemi biją. Niewiele <term corresp="CNCEKCKT-1">strawnego</term> na tę\n gorę i drogę potrzeba. To porzucić mam, co mi się na drogę nie przyda. Oddać\n mam ubogiemu, co mi cięży i nazbyt jest. <term corresp="CVFUWUFV-1"\n >Izali</term> lepiej z gory spaść i potłuc się, niżli ty ciężary\n zostawić, ktore mi, gdy spadnę a zdrowie stracę, nie pomogą?</q></p>\n <p n="28"><q>Jezu moj, prowadź mię do roboty i pomagaj mi do pokuty, abych przyść do\n zapłaty mogł. Czart mi z gory swej świat i chwałę jego ukazuje i do służby\n mię swojej i piekła prowadzi. Nie chcę nań patrzyć, za tobą, Panem i wodzem\n moim idę, z pracy się żadnej nie wymowię, abych krolestwo twoje i ciebie,\n Krola wiecznego, po zeszciu z tej ziemie oglądał. Ktory z Ojcem i z Duchem\n Świętym krolujesz na wieki. Amen.</q></p>\n </div>\n </body>\n </text>\n</TEI>\n
"""
2 => "0x8DEB8B3A392C7C8"
3 => "2026-05-23 10:11:23"
4 => 16]
"types" => [1 => 22 => 23 => 24 => 1]
]
debug
Committing transaction
doctrine
deprecation
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
Log messages generated during the compilation of the service container.
Messages
Class
269
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SearchRebuildCommand" (parent: .abstract.instanceof.App\Command\SearchRebuildCommand).
Resolving inheritance for "App\Command\SearchRebuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SearchRebuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SermonsRebuildCommand" (parent: .abstract.instanceof.App\Command\SermonsRebuildCommand).
Resolving inheritance for "App\Command\SermonsRebuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SermonsRebuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SermonsWarmupCacheCommand" (parent: .abstract.instanceof.App\Command\SermonsWarmupCacheCommand).
Resolving inheritance for "App\Command\SermonsWarmupCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SermonsWarmupCacheCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCreateCommand" (parent: .abstract.instanceof.App\Command\UserCreateCommand).
Resolving inheritance for "App\Command\UserCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCreateCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController" (parent: .abstract.instanceof.App\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController).
Resolving inheritance for "App\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BiblicalReferenceController" (parent: .abstract.instanceof.App\Controller\BiblicalReferenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BiblicalReferenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BiblicalReferenceController).
Resolving inheritance for "App\Controller\BiblicalReferenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BiblicalReferenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContextCommentController" (parent: .abstract.instanceof.App\Controller\ContextCommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContextCommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContextCommentController).
Resolving inheritance for "App\Controller\ContextCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContextCommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FactualCommentController" (parent: .abstract.instanceof.App\Controller\FactualCommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FactualCommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FactualCommentController).
Resolving inheritance for "App\Controller\FactualCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FactualCommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController" (parent: .abstract.instanceof.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController).
Resolving inheritance for "App\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguageCommentController" (parent: .abstract.instanceof.App\Controller\LanguageCommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguageCommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguageCommentController).
Resolving inheritance for "App\Controller\LanguageCommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguageCommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonController" (parent: .abstract.instanceof.App\Controller\PersonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonController).
Resolving inheritance for "App\Controller\PersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaceController" (parent: .abstract.instanceof.App\Controller\PlaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaceController).
Resolving inheritance for "App\Controller\PlaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuoteController" (parent: .abstract.instanceof.App\Controller\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuoteController).
Resolving inheritance for "App\Controller\QuoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SermonController" (parent: .abstract.instanceof.App\Controller\SermonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SermonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SermonController).
Resolving inheritance for "App\Controller\SermonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SermonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatsController" (parent: .abstract.instanceof.App\Controller\StatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatsController).
Resolving inheritance for "App\Controller\StatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebhookController" (parent: .abstract.instanceof.App\Controller\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebhookController).
Resolving inheritance for "App\Controller\WebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BiblicalReferenceItemType" (parent: .abstract.instanceof.App\Form\BiblicalReferenceItemType).
Resolving inheritance for "App\Form\BiblicalReferenceItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BiblicalReferenceItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BiblicalReferenceType" (parent: .abstract.instanceof.App\Form\BiblicalReferenceType).
Resolving inheritance for "App\Form\BiblicalReferenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BiblicalReferenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContextCommentTagType" (parent: .abstract.instanceof.App\Form\ContextCommentTagType).
Resolving inheritance for "App\Form\ContextCommentTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContextCommentTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContextCommentType" (parent: .abstract.instanceof.App\Form\ContextCommentType).
Resolving inheritance for "App\Form\ContextCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContextCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FactualCommentItemType" (parent: .abstract.instanceof.App\Form\FactualCommentItemType).
Resolving inheritance for "App\Form\FactualCommentItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FactualCommentItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FactualCommentType" (parent: .abstract.instanceof.App\Form\FactualCommentType).
Resolving inheritance for "App\Form\FactualCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FactualCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GenericDeleteType" (parent: .abstract.instanceof.App\Form\GenericDeleteType).
Resolving inheritance for "App\Form\GenericDeleteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GenericDeleteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageCommentItemType" (parent: .abstract.instanceof.App\Form\LanguageCommentItemType).
Resolving inheritance for "App\Form\LanguageCommentItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageCommentItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageCommentType" (parent: .abstract.instanceof.App\Form\LanguageCommentType).
Resolving inheritance for "App\Form\LanguageCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonAliasType" (parent: .abstract.instanceof.App\Form\PersonAliasType).
Resolving inheritance for "App\Form\PersonAliasType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonAliasType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonLinkType" (parent: .abstract.instanceof.App\Form\PersonLinkType).
Resolving inheritance for "App\Form\PersonLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonNameType" (parent: .abstract.instanceof.App\Form\PersonNameType).
Resolving inheritance for "App\Form\PersonNameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonNameType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonType" (parent: .abstract.instanceof.App\Form\PersonType).
Resolving inheritance for "App\Form\PersonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlaceAliasType" (parent: .abstract.instanceof.App\Form\PlaceAliasType).
Resolving inheritance for "App\Form\PlaceAliasType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlaceAliasType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlaceNameType" (parent: .abstract.instanceof.App\Form\PlaceNameType).
Resolving inheritance for "App\Form\PlaceNameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlaceNameType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlaceType" (parent: .abstract.instanceof.App\Form\PlaceType).
Resolving inheritance for "App\Form\PlaceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlaceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteItemType" (parent: .abstract.instanceof.App\Form\QuoteItemType).
Resolving inheritance for "App\Form\QuoteItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteSupplementType" (parent: .abstract.instanceof.App\Form\QuoteSupplementType).
Resolving inheritance for "App\Form\QuoteSupplementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteSupplementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteType" (parent: .abstract.instanceof.App\Form\QuoteType).
Resolving inheritance for "App\Form\QuoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BiblicalReferenceItemRepository" (parent: .abstract.instanceof.App\Repository\BiblicalReferenceItemRepository).
Resolving inheritance for "App\Repository\BiblicalReferenceItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BiblicalReferenceItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BiblicalReferenceRepository" (parent: .abstract.instanceof.App\Repository\BiblicalReferenceRepository).
Resolving inheritance for "App\Repository\BiblicalReferenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BiblicalReferenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContextCommentRepository" (parent: .abstract.instanceof.App\Repository\ContextCommentRepository).
Resolving inheritance for "App\Repository\ContextCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContextCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContextCommentTagRepository" (parent: .abstract.instanceof.App\Repository\ContextCommentTagRepository).
Resolving inheritance for "App\Repository\ContextCommentTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContextCommentTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FactualCommentItemRepository" (parent: .abstract.instanceof.App\Repository\FactualCommentItemRepository).
Resolving inheritance for "App\Repository\FactualCommentItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FactualCommentItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FactualCommentRepository" (parent: .abstract.instanceof.App\Repository\FactualCommentRepository).
Resolving inheritance for "App\Repository\FactualCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FactualCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageCommentItemRepository" (parent: .abstract.instanceof.App\Repository\LanguageCommentItemRepository).
Resolving inheritance for "App\Repository\LanguageCommentItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageCommentItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageCommentRepository" (parent: .abstract.instanceof.App\Repository\LanguageCommentRepository).
Resolving inheritance for "App\Repository\LanguageCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonAliasRepository" (parent: .abstract.instanceof.App\Repository\PersonAliasRepository).
Resolving inheritance for "App\Repository\PersonAliasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonAliasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonLinkRepository" (parent: .abstract.instanceof.App\Repository\PersonLinkRepository).
Resolving inheritance for "App\Repository\PersonLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonNameRepository" (parent: .abstract.instanceof.App\Repository\PersonNameRepository).
Resolving inheritance for "App\Repository\PersonNameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonNameRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonRepository" (parent: .abstract.instanceof.App\Repository\PersonRepository).
Resolving inheritance for "App\Repository\PersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceAliasRepository" (parent: .abstract.instanceof.App\Repository\PlaceAliasRepository).
Resolving inheritance for "App\Repository\PlaceAliasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceAliasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceNameRepository" (parent: .abstract.instanceof.App\Repository\PlaceNameRepository).
Resolving inheritance for "App\Repository\PlaceNameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceNameRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceRepository" (parent: .abstract.instanceof.App\Repository\PlaceRepository).
Resolving inheritance for "App\Repository\PlaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteItemRepository" (parent: .abstract.instanceof.App\Repository\QuoteItemRepository).
Resolving inheritance for "App\Repository\QuoteItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteRepository" (parent: .abstract.instanceof.App\Repository\QuoteRepository).
Resolving inheritance for "App\Repository\QuoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SermonRepository" (parent: .abstract.instanceof.App\Repository\SermonRepository).
Resolving inheritance for "App\Repository\SermonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SermonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DateFormatValidator" (parent: .abstract.instanceof.App\Validator\DateFormatValidator).
Resolving inheritance for "App\Validator\DateFormatValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DateFormatValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DateValidator" (parent: .abstract.instanceof.App\Validator\DateValidator).
Resolving inheritance for "App\Validator\DateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DateValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.sendgrid" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for ".sermon.cache.inner" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.webhook_users" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.user.provider.concrete.api_users" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.webhook" (parent: security.firewall.config).
Resolving inheritance for "security.listener.webhook.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.webhook" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.http_basic.webhook" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.webhook" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.webhook" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.webhook" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.webhook" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.webhook" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.api" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.http_basic.api" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
Resolving inheritance for "Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
249
Removed service "App\Interface\Searchable"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $sermon.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $sermonCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $sermon.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $sermonCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $sermon.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $sermonCache"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.webhook"; reason: private alias.
Removed service "security.user_checker.webhook"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "a2lix_auto_form.manipulator.default"; reason: private alias.
Removed service "Knp\DoctrineBehaviors\Contract\Provider\LocaleProviderInterface"; reason: private alias.
Removed service "Knp\DoctrineBehaviors\Contract\Provider\UserProviderInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "a2lix_translation_form.locale_provider.default"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service ".service_locator.80edgLI"; reason: private alias.
Removed service ".service_locator.h8Jkkd2"; reason: private alias.
Removed service ".service_locator.3GFid1R"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.HedDIA8"; reason: private alias.
Removed service ".service_locator.mQQ4z3G"; reason: private alias.
Removed service ".service_locator.br9ZVJ1"; reason: private alias.
Removed service ".service_locator._YeLG1y"; reason: private alias.
Removed service ".service_locator.bhISLVX"; reason: private alias.
Removed service ".service_locator.1yj9R_O"; reason: private alias.
Removed service ".service_locator.8QB6i5J"; reason: private alias.
Removed service ".service_locator.XKsYuIB"; reason: private alias.
Removed service ".service_locator.K4eJxTn"; reason: private alias.
Removed service ".service_locator.DAQcM8B"; reason: private alias.
Removed service ".service_locator.EKK8nz3"; reason: private alias.
Removed service ".service_locator.R6mBRj."; reason: private alias.
Removed service ".service_locator.uKHgQ4F"; reason: private alias.
Removed service ".service_locator.Tu1IPYP"; reason: private alias.
Removed service ".service_locator.Jrfux3_"; reason: private alias.
Removed service ".service_locator.9KTh7i6"; reason: private alias.
Removed service ".service_locator.U7yT1S8"; reason: private alias.
Removed service ".service_locator.r8XGlKJ"; reason: private alias.
Removed service ".service_locator.j97dClI"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.i_O54tk"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.webhook"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.webhook"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.SoFxSjl"; reason: private alias.
Removed service ".service_locator.R.miWgm"; reason: private alias.
Removed service ".service_locator.A6iJ_HR"; reason: private alias.
Removed service ".service_locator.njk4SQj"; reason: private alias.
Removed service ".service_locator.PMBV3Ba"; reason: private alias.
Removed service ".service_locator.9_CifcG"; reason: private alias.
Removed service ".service_locator.6vIRjgf"; reason: private alias.
Removed service ".service_locator.xxcDPKR"; reason: private alias.
Removed service ".service_locator.OnWG23F"; reason: private alias.
Removed service ".service_locator.VCbadUw"; reason: private alias.
Removed service ".service_locator.dNoe8Y7"; reason: private alias.
Removed service ".service_locator.31XGkzX"; reason: private alias.
Removed service ".service_locator.Cxmvst_"; reason: private alias.
Removed service ".service_locator.wvljB47"; reason: private alias.
Removed service ".service_locator.KPTTOmt"; reason: private alias.
Removed service ".service_locator.KlXrnFM"; reason: private alias.
Removed service ".service_locator.GscoX.c"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.L2FRiEm"; reason: private alias.
Removed service ".service_locator.noonK3g"; reason: private alias.
Removed service ".service_locator.9oMuGtt"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator._QLj7FJ"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
86
Changed reference of service "App\Form\BiblicalReferenceType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\FactualCommentType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\LanguageCommentType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\PersonType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\PlaceType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\QuoteType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendgrid" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Knp\DoctrineBehaviors\Provider\LocaleProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.I93b7uD" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Q_SBhWK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
293
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "Knp\DoctrineBehaviors\Bundle"; reason: abstract.
Removed service "Knp\DoctrineBehaviors\DoctrineBehaviorsBundle"; reason: abstract.
Removed service "Knp\DoctrineBehaviors\Exception"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SearchRebuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SearchRebuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SermonsRebuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SermonsRebuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SermonsWarmupCacheCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SermonsWarmupCacheCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCreateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UserCreateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BiblicalReferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BiblicalReferenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BiblicalReferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContextCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContextCommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContextCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FactualCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FactualCommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FactualCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguageCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguageCommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LanguageCommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PlaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\QuoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SermonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SermonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SermonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BiblicalReferenceItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BiblicalReferenceItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BiblicalReferenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BiblicalReferenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContextCommentTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContextCommentTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContextCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContextCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FactualCommentItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FactualCommentItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FactualCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FactualCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GenericDeleteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GenericDeleteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageCommentItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LanguageCommentItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LanguageCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonAliasType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PersonAliasType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonLinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PersonLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonNameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PersonNameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PersonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PersonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlaceAliasType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PlaceAliasType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlaceNameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PlaceNameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlaceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PlaceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\QuoteItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteSupplementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\QuoteSupplementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\QuoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\QuoteType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BiblicalReferenceItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BiblicalReferenceItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BiblicalReferenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BiblicalReferenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContextCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContextCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContextCommentTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContextCommentTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FactualCommentItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FactualCommentItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FactualCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FactualCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageCommentItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LanguageCommentItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LanguageCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonAliasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PersonAliasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PersonLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonNameRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PersonNameRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceAliasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlaceAliasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceNameRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlaceNameRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuoteItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SermonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SermonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DateFormatValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\DateFormatValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\DateValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\DateValidator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
121
Removed service "App\DTO\SearchResult"; reason: unused.
Removed service "App\DTO\SearchResultWithHighlights"; reason: unused.
Removed service "App\Exception\NotFoundException"; reason: unused.
Removed service "App\Exception\NotImplementedException"; reason: unused.
Removed service "App\Exception\UnableToParseXML"; reason: unused.
Removed service "App\Exception\WebClientException"; reason: unused.
Removed service "App\Factory\SearchResult"; reason: unused.
Removed service "App\Model\SermonFragment"; reason: unused.
Removed service "App\Search\GlobalSearch"; reason: unused.
Removed service "App\Service\BibleSiglumMapper"; reason: unused.
Removed service "App\Service\CodeGenerator"; reason: unused.
Removed service "App\Service\Helpers"; reason: unused.
Removed service "App\Storage\SermonStorageFileFilter"; reason: unused.
Removed service "App\Validator\Date"; reason: unused.
Removed service "App\Validator\DateFormat"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~c8CXd9a"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.webhook"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
350
Inlined service ".service_locator.I93b7uD.App\Controller\ApiController" to "App\Controller\ApiController".
Inlined service ".service_locator.I93b7uD.App\Controller\BiblicalReferenceController" to "App\Controller\BiblicalReferenceController".
Inlined service ".service_locator.I93b7uD.App\Controller\ContextCommentController" to "App\Controller\ContextCommentController".
Inlined service ".service_locator.I93b7uD.App\Controller\FactualCommentController" to "App\Controller\FactualCommentController".
Inlined service ".service_locator.I93b7uD.App\Controller\IndexController" to "App\Controller\IndexController".
Inlined service ".service_locator.I93b7uD.App\Controller\LanguageCommentController" to "App\Controller\LanguageCommentController".
Inlined service ".service_locator.I93b7uD.App\Controller\PersonController" to "App\Controller\PersonController".
Inlined service ".service_locator.I93b7uD.App\Controller\PlaceController" to "App\Controller\PlaceController".
Inlined service ".service_locator.I93b7uD.App\Controller\QuoteController" to "App\Controller\QuoteController".
Inlined service ".service_locator.I93b7uD.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.I93b7uD.App\Controller\SermonController" to "App\Controller\SermonController".
Inlined service ".service_locator.I93b7uD.App\Controller\StatsController" to "App\Controller\StatsController".
Inlined service ".service_locator.I93b7uD.App\Controller\WebhookController" to "App\Controller\WebhookController".
Inlined service "App\Client\GeonamesClient" to "App\DataProvider\GeonamesProvider".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.V.SF6mQ" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service ".sermon.cache.inner.recorder_inner" to ".sermon.cache.inner".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.u3kDryx" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.JZBdhc0" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator._wyX1Dp" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.Er9kZbw" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.Yj_HUWa" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.markdown" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.6GFvW9P" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "twig.markdown.default" to "twig.runtime.markdown".
Inlined service "twig.markdown.league_common_mark_converter" to "twig.markdown.default".
Inlined service "twig.markdown.league_common_mark_converter_factory" to "twig.markdown.league_common_mark_converter".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.Y.qYmXm" to "security.helper".
Inlined service ".service_locator.HeQ3K7F" to "security.helper".
Inlined service ".service_locator.SfGnQiG" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.I_Wy6An" to "security.access_map".
Inlined service ".security.request_matcher.NriR29i" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.ouUU_KC" to ".security.request_matcher.sg3D.fM".
Inlined service "debug.security.firewall.authenticator.webhook.inner" to "debug.security.firewall.authenticator.webhook".
Inlined service "security.exception_listener.webhook" to "security.firewall.map.context.webhook".
Inlined service "security.firewall.map.config.webhook" to "security.firewall.map.context.webhook".
Inlined service ".security.request_matcher.AMZT15Y" to ".security.request_matcher.vhy2oy3".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.xKZVXt1" to ".security.request_matcher.I_Wy6An".
Inlined service ".security.request_matcher.mmG081U" to ".security.request_matcher.NriR29i".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.zgUyz1A".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~vGDQfbm" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "a2lix_auto_form.object_info.doctrine_orm_info" to "a2lix_auto_form.form.manipulator.doctrine_orm_manipulator".
Inlined service "a2lix_auto_form.form.event_listener.auto_form_listener" to "a2lix_auto_form.form.type.auto_form_type".
Inlined service "a2lix_auto_form.doctrine.metadata_factory" to "a2lix_auto_form.object_info.doctrine_orm_info".
Inlined service "a2lix_translation_form.form.event_listener.translations_listener" to "a2lix_translation_form.form.type.translations_type".
Inlined service "a2lix_translation_form.form.event_listener.translations_form_listener" to "a2lix_translation_form.form.type.translations_forms_type".
Inlined service "security.helper" to "Knp\DoctrineBehaviors\Provider\UserProvider".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.webhook.inner" to "debug.security.event_dispatcher.webhook".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.0FhCXcN" to ".service_locator.0FhCXcN.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.oibuLRb" to "console.command_loader".
Inlined service ".service_locator.0FhCXcN.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.webhook", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.security.event_dispatcher.webhook", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.