"SELECT a.id, a.name, a.url, a.avatar, a.bio, a.facebook, a.twitter, a.linkedin, a.instagram, a.pinterest, (SELECT COUNT(p.id) FROM blog_posts p WHERE a.id = p.author_id) AS posts_count FROM blog_authors a WHERE a.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT a.id, a.name, a.url, a.avatar, a.bio, a.facebook, a.twitter, a.linkedin, a.instagram, a.pinterest, (SELECT COUNT(p.id) FROM blog_posts p WHERE a.id = p.author_id) AS posts_count FROM blog_authors a WHERE a.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
"SELECT COUNT(`id`) FROM `blog_posts_published_ids`"
doctrine
[
"sql" => "SELECT COUNT(`id`) FROM `blog_posts_published_ids`"
]
debug
Executing statement:
"SELECT p.url, p.title, p.cover, p.date, c.id AS category_id, c.name AS category_name, a.name AS author_name, a.url AS author_url, (SELECT COUNT(m.id) FROM blog_post_comments m WHERE m.post_id = p.id AND m.approved = 1) AS comments_count FROM blog_posts p INNER JOIN blog_authors a ON p.author_id = a.id INNER JOIN blog_categories c ON p.category_id = c.id WHERE p.id IN(NULL)"
(parameters:
[]
, types:
[]
)
doctrine
[
"sql" => "SELECT p.url, p.title, p.cover, p.date, c.id AS category_id, c.name AS category_name, a.name AS author_name, a.url AS author_url, (SELECT COUNT(m.id) FROM blog_post_comments m WHERE m.post_id = p.id AND m.approved = 1) AS comments_count FROM blog_posts p INNER JOIN blog_authors a ON p.author_id = a.id INNER JOIN blog_categories c ON p.category_id = c.id WHERE p.id IN(NULL)"
"params" => []
"types" => []
]
Log messages generated during the compilation of the service container.
Messages
Class
410
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController" (parent: .abstract.instanceof.App\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController).
Resolving inheritance for "App\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController).
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\Auth\AuthController" (parent: .abstract.instanceof.App\Controller\Auth\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\AuthController).
Resolving inheritance for "App\Controller\Auth\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\DiscordController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\DiscordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\DiscordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\DiscordController).
Resolving inheritance for "App\Controller\Auth\OAuth\DiscordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\DiscordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\DisqusController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\DisqusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\DisqusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\DisqusController).
Resolving inheritance for "App\Controller\Auth\OAuth\DisqusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\DisqusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\FacebookController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\FacebookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\FacebookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\FacebookController).
Resolving inheritance for "App\Controller\Auth\OAuth\FacebookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\FacebookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\GithubController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\GithubController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\GithubController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\GithubController).
Resolving inheritance for "App\Controller\Auth\OAuth\GithubController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\GithubController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\GoogleController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\GoogleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\GoogleController).
Resolving inheritance for "App\Controller\Auth\OAuth\GoogleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\InstagramController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\InstagramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\InstagramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\InstagramController).
Resolving inheritance for "App\Controller\Auth\OAuth\InstagramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\InstagramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\LinkedinController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\LinkedinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\LinkedinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\LinkedinController).
Resolving inheritance for "App\Controller\Auth\OAuth\LinkedinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\LinkedinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\SpotifyController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\SpotifyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\SpotifyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\SpotifyController).
Resolving inheritance for "App\Controller\Auth\OAuth\SpotifyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\SpotifyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\TiktokController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\TiktokController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\TiktokController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\TiktokController).
Resolving inheritance for "App\Controller\Auth\OAuth\TiktokController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\TiktokController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\TwitchController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\TwitchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\TwitchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\TwitchController).
Resolving inheritance for "App\Controller\Auth\OAuth\TwitchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\TwitchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\VimeoController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\VimeoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\VimeoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\VimeoController).
Resolving inheritance for "App\Controller\Auth\OAuth\VimeoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\VimeoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\VkController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\VkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\VkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\VkController).
Resolving inheritance for "App\Controller\Auth\OAuth\VkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\VkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\YahooController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\YahooController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\YahooController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\YahooController).
Resolving inheritance for "App\Controller\Auth\OAuth\YahooController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\YahooController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\YandexController" (parent: .abstract.instanceof.App\Controller\Auth\OAuth\YandexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\YandexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\YandexController).
Resolving inheritance for "App\Controller\Auth\OAuth\YandexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\YandexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController" (parent: .abstract.instanceof.App\Controller\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController).
Resolving inheritance for "App\Controller\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\AuthorsController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Blog\AuthorsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\AuthorsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\AuthorsController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Blog\AuthorsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\AuthorsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\CategoriesController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Blog\CategoriesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\CategoriesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\CategoriesController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Blog\CategoriesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\CategoriesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\CommentsController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Blog\CommentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\CommentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\CommentsController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Blog\CommentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\CommentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\ImagesController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Blog\ImagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\ImagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\ImagesController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Blog\ImagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\ImagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\LikesController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Blog\LikesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\LikesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\LikesController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Blog\LikesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\LikesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\PostsController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Blog\PostsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\PostsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\PostsController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Blog\PostsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\PostsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\TagsController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Blog\TagsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\TagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\TagsController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Blog\TagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\TagsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\HomeController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\HomeController).
Resolving inheritance for "App\Controller\Dashboard\Admin\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\GenerateLinksController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Site\GenerateLinksController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\GenerateLinksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\GenerateLinksController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Site\GenerateLinksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\GenerateLinksController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\PagesController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Site\PagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\PagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\PagesController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Site\PagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\PagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\SupportController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Site\SupportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\SupportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\SupportController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Site\SupportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\SupportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\TestimonialsController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Site\TestimonialsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\TestimonialsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\TestimonialsController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Site\TestimonialsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\TestimonialsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\TextIntrosController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\Site\TextIntrosController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\TextIntrosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\TextIntrosController).
Resolving inheritance for "App\Controller\Dashboard\Admin\Site\TextIntrosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\TextIntrosController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\UsersController" (parent: .abstract.instanceof.App\Controller\Dashboard\Admin\UsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\UsersController).
Resolving inheritance for "App\Controller\Dashboard\Admin\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\UsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\BlogController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\BlogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\BlogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\BlogController).
Resolving inheritance for "App\Controller\Dashboard\User\BlogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\BlogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\DeleteController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\DeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\DeleteController).
Resolving inheritance for "App\Controller\Dashboard\User\DeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\DetachController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\DetachController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\DetachController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\DetachController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\DetachController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\DetachController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\DiscordController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\DiscordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\DiscordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\DiscordController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\DiscordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\DiscordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\DisqusController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\DisqusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\DisqusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\DisqusController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\DisqusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\DisqusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\FacebookController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\FacebookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\FacebookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\FacebookController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\FacebookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\FacebookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\GithubController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\GithubController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\GithubController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\GithubController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\GithubController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\GithubController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\GoogleController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\GoogleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\GoogleController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\GoogleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\InstagramController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\InstagramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\InstagramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\InstagramController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\InstagramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\InstagramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\LinkedinController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\LinkedinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\LinkedinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\LinkedinController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\LinkedinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\LinkedinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\SpotifyController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\SpotifyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\SpotifyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\SpotifyController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\SpotifyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\SpotifyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\TiktokController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\TiktokController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\TiktokController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\TiktokController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\TiktokController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\TiktokController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\TwitchController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\TwitchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\TwitchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\TwitchController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\TwitchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\TwitchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\VimeoController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\VimeoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\VimeoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\VimeoController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\VimeoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\VimeoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\VkController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\VkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\VkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\VkController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\VkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\VkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\YahooController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\YahooController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\YahooController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\YahooController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\YahooController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\YahooController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\YandexController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\OAuth\YandexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\YandexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\YandexController).
Resolving inheritance for "App\Controller\Dashboard\User\OAuth\YandexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\YandexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\ProfileController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\ProfileController).
Resolving inheritance for "App\Controller\Dashboard\User\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\SecurityController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\SecurityController).
Resolving inheritance for "App\Controller\Dashboard\User\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\SettingsController" (parent: .abstract.instanceof.App\Controller\Dashboard\User\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\SettingsController).
Resolving inheritance for "App\Controller\Dashboard\User\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SiteController" (parent: .abstract.instanceof.App\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SiteController).
Resolving inheritance for "App\Controller\SiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AuthenticationSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\AuthenticationSubscriber).
Resolving inheritance for "App\EventSubscriber\AuthenticationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AuthenticationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Author\Add\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Author\Add\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Author\Add\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Author\Add\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Author\Edit\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Author\Edit\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Author\Edit\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Author\Edit\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Category\Add\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Category\Add\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Category\Add\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Category\Add\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Category\Edit\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Category\Edit\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Category\Edit\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Category\Edit\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Comment\Add\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Comment\Add\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Comment\Add\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Comment\Add\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Comment\Generate\Fake\Comments\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Comment\Generate\Fake\Comments\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Comment\Generate\Fake\Comments\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Comment\Generate\Fake\Comments\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Comment\Generate\Fake\Replies\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Comment\Generate\Fake\Replies\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Comment\Generate\Fake\Replies\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Comment\Generate\Fake\Replies\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Add\Titles\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Post\Add\Titles\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Post\Add\Titles\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Add\Titles\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Edit\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Post\Edit\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Post\Edit\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Edit\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Gallery\Image\Add\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Post\Gallery\Image\Add\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Post\Gallery\Image\Add\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Gallery\Image\Add\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Media\Add\Image\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Post\Media\Add\Image\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Post\Media\Add\Image\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Media\Add\Image\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Media\Add\Video\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Post\Media\Add\Video\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Post\Media\Add\Video\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Media\Add\Video\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Media\Cover\Add\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Post\Media\Cover\Add\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Post\Media\Cover\Add\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Media\Cover\Add\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Tag\Add\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Tag\Add\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Tag\Add\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Tag\Add\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Tag\Edit\Form" (parent: .abstract.instanceof.App\Model\Blog\UseCase\Tag\Edit\Form).
Resolving inheritance for "App\Model\Blog\UseCase\Tag\Edit\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Tag\Edit\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Generate\Links\Form" (parent: .abstract.instanceof.App\Model\Site\UseCase\Generate\Links\Form).
Resolving inheritance for "App\Model\Site\UseCase\Generate\Links\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Generate\Links\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Page\Add\Form" (parent: .abstract.instanceof.App\Model\Site\UseCase\Page\Add\Form).
Resolving inheritance for "App\Model\Site\UseCase\Page\Add\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Page\Add\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Page\Edit\Form" (parent: .abstract.instanceof.App\Model\Site\UseCase\Page\Edit\Form).
Resolving inheritance for "App\Model\Site\UseCase\Page\Edit\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Page\Edit\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\RandomTextIntros\Add\Form" (parent: .abstract.instanceof.App\Model\Site\UseCase\RandomTextIntros\Add\Form).
Resolving inheritance for "App\Model\Site\UseCase\RandomTextIntros\Add\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\RandomTextIntros\Add\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\RandomTextIntros\Edit\Form" (parent: .abstract.instanceof.App\Model\Site\UseCase\RandomTextIntros\Edit\Form).
Resolving inheritance for "App\Model\Site\UseCase\RandomTextIntros\Edit\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\RandomTextIntros\Edit\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Support\SendRequest\Form" (parent: .abstract.instanceof.App\Model\Site\UseCase\Support\SendRequest\Form).
Resolving inheritance for "App\Model\Site\UseCase\Support\SendRequest\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Support\SendRequest\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Testimonial\Add\Form" (parent: .abstract.instanceof.App\Model\Site\UseCase\Testimonial\Add\Form).
Resolving inheritance for "App\Model\Site\UseCase\Testimonial\Add\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Testimonial\Add\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Avatar\Add\Form" (parent: .abstract.instanceof.App\Model\User\UseCase\Avatar\Add\Form).
Resolving inheritance for "App\Model\User\UseCase\Avatar\Add\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Avatar\Add\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Delete\Form" (parent: .abstract.instanceof.App\Model\User\UseCase\Delete\Form).
Resolving inheritance for "App\Model\User\UseCase\Delete\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Delete\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Edit\Form" (parent: .abstract.instanceof.App\Model\User\UseCase\Edit\Form).
Resolving inheritance for "App\Model\User\UseCase\Edit\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Edit\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Generate\Fake\Form" (parent: .abstract.instanceof.App\Model\User\UseCase\Generate\Fake\Form).
Resolving inheritance for "App\Model\User\UseCase\Generate\Fake\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Generate\Fake\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Nickname\Form" (parent: .abstract.instanceof.App\Model\User\UseCase\Nickname\Form).
Resolving inheritance for "App\Model\User\UseCase\Nickname\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Nickname\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Settings\Form" (parent: .abstract.instanceof.App\Model\User\UseCase\Settings\Form).
Resolving inheritance for "App\Model\User\UseCase\Settings\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Settings\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\CommentsFilter\Form" (parent: .abstract.instanceof.App\ReadModel\Blog\CommentsFilter\Form).
Resolving inheritance for "App\ReadModel\Blog\CommentsFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\CommentsFilter\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\DislikesFilter\Form" (parent: .abstract.instanceof.App\ReadModel\Blog\DislikesFilter\Form).
Resolving inheritance for "App\ReadModel\Blog\DislikesFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\DislikesFilter\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\FavoritesFilter\Form" (parent: .abstract.instanceof.App\ReadModel\Blog\FavoritesFilter\Form).
Resolving inheritance for "App\ReadModel\Blog\FavoritesFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\FavoritesFilter\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\LikesFilter\Form" (parent: .abstract.instanceof.App\ReadModel\Blog\LikesFilter\Form).
Resolving inheritance for "App\ReadModel\Blog\LikesFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\LikesFilter\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\PostsFilter\Form" (parent: .abstract.instanceof.App\ReadModel\Blog\PostsFilter\Form).
Resolving inheritance for "App\ReadModel\Blog\PostsFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\PostsFilter\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\SearchQueriesHistoryFilter\Form" (parent: .abstract.instanceof.App\ReadModel\Blog\SearchQueriesHistoryFilter\Form).
Resolving inheritance for "App\ReadModel\Blog\SearchQueriesHistoryFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\SearchQueriesHistoryFilter\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\PagesFilter\Form" (parent: .abstract.instanceof.App\ReadModel\Site\PagesFilter\Form).
Resolving inheritance for "App\ReadModel\Site\PagesFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\PagesFilter\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\RandomTextIntrosFilter\Form" (parent: .abstract.instanceof.App\ReadModel\Site\RandomTextIntrosFilter\Form).
Resolving inheritance for "App\ReadModel\Site\RandomTextIntrosFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\RandomTextIntrosFilter\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\SupportFilter\Form" (parent: .abstract.instanceof.App\ReadModel\Site\SupportFilter\Form).
Resolving inheritance for "App\ReadModel\Site\SupportFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\SupportFilter\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\TestimonialsFilter\Form" (parent: .abstract.instanceof.App\ReadModel\Site\TestimonialsFilter\Form).
Resolving inheritance for "App\ReadModel\Site\TestimonialsFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\TestimonialsFilter\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\User\LoginHistoryFilter\Form" (parent: .abstract.instanceof.App\ReadModel\User\LoginHistoryFilter\Form).
Resolving inheritance for "App\ReadModel\User\LoginHistoryFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\User\LoginHistoryFilter\Form).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\User\UsersFilter\Form" (parent: .abstract.instanceof.App\ReadModel\User\UsersFilter\Form).
Resolving inheritance for "App\ReadModel\User\UsersFilter\Form" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\User\UsersFilter\Form).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\AuthorsMenuLiListWidget" (parent: .abstract.instanceof.App\Widget\Blog\AuthorsMenuLiListWidget).
Resolving inheritance for "App\Widget\Blog\AuthorsMenuLiListWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\AuthorsMenuLiListWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogCategoriesWidget" (parent: .abstract.instanceof.App\Widget\Blog\BlogCategoriesWidget).
Resolving inheritance for "App\Widget\Blog\BlogCategoriesWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogCategoriesWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogImagesDirWidget" (parent: .abstract.instanceof.App\Widget\Blog\BlogImagesDirWidget).
Resolving inheritance for "App\Widget\Blog\BlogImagesDirWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogImagesDirWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogPostsDislikesPendingCountWidget" (parent: .abstract.instanceof.App\Widget\Blog\BlogPostsDislikesPendingCountWidget).
Resolving inheritance for "App\Widget\Blog\BlogPostsDislikesPendingCountWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogPostsDislikesPendingCountWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogPostsFavoritesPendingCountWidget" (parent: .abstract.instanceof.App\Widget\Blog\BlogPostsFavoritesPendingCountWidget).
Resolving inheritance for "App\Widget\Blog\BlogPostsFavoritesPendingCountWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogPostsFavoritesPendingCountWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogPostsLikesPendingCountWidget" (parent: .abstract.instanceof.App\Widget\Blog\BlogPostsLikesPendingCountWidget).
Resolving inheritance for "App\Widget\Blog\BlogPostsLikesPendingCountWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogPostsLikesPendingCountWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\CategoryCoverWidget" (parent: .abstract.instanceof.App\Widget\Blog\CategoryCoverWidget).
Resolving inheritance for "App\Widget\Blog\CategoryCoverWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\CategoryCoverWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\CountWidget" (parent: .abstract.instanceof.App\Widget\Blog\CountWidget).
Resolving inheritance for "App\Widget\Blog\CountWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\CountWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\LastCommentsWidget" (parent: .abstract.instanceof.App\Widget\Blog\LastCommentsWidget).
Resolving inheritance for "App\Widget\Blog\LastCommentsWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\LastCommentsWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\RandomBlogCoverWidget" (parent: .abstract.instanceof.App\Widget\Blog\RandomBlogCoverWidget).
Resolving inheritance for "App\Widget\Blog\RandomBlogCoverWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\RandomBlogCoverWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\RandomPhotosAuthorsWidget" (parent: .abstract.instanceof.App\Widget\Blog\RandomPhotosAuthorsWidget).
Resolving inheritance for "App\Widget\Blog\RandomPhotosAuthorsWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\RandomPhotosAuthorsWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\RandomPostsWidget" (parent: .abstract.instanceof.App\Widget\Blog\RandomPostsWidget).
Resolving inheritance for "App\Widget\Blog\RandomPostsWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\RandomPostsWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\SearchQueriesPendingCountWidget" (parent: .abstract.instanceof.App\Widget\Blog\SearchQueriesPendingCountWidget).
Resolving inheritance for "App\Widget\Blog\SearchQueriesPendingCountWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\SearchQueriesPendingCountWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\TagsCloudWidget" (parent: .abstract.instanceof.App\Widget\Blog\TagsCloudWidget).
Resolving inheritance for "App\Widget\Blog\TagsCloudWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\TagsCloudWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\IsBotWidget" (parent: .abstract.instanceof.App\Widget\IsBotWidget).
Resolving inheritance for "App\Widget\IsBotWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\IsBotWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\IsGoogleBotWidget" (parent: .abstract.instanceof.App\Widget\IsGoogleBotWidget).
Resolving inheritance for "App\Widget\IsGoogleBotWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\IsGoogleBotWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\ParamsWidget" (parent: .abstract.instanceof.App\Widget\ParamsWidget).
Resolving inheritance for "App\Widget\ParamsWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\ParamsWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\RandomTestimonialsWidget" (parent: .abstract.instanceof.App\Widget\Site\RandomTestimonialsWidget).
Resolving inheritance for "App\Widget\Site\RandomTestimonialsWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\RandomTestimonialsWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\RandomTextIntroWidget" (parent: .abstract.instanceof.App\Widget\Site\RandomTextIntroWidget).
Resolving inheritance for "App\Widget\Site\RandomTextIntroWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\RandomTextIntroWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\ShowStarsWidget" (parent: .abstract.instanceof.App\Widget\Site\ShowStarsWidget).
Resolving inheritance for "App\Widget\Site\ShowStarsWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\ShowStarsWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\SupportPendingCountWidget" (parent: .abstract.instanceof.App\Widget\Site\SupportPendingCountWidget).
Resolving inheritance for "App\Widget\Site\SupportPendingCountWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\SupportPendingCountWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\TestimonialsPendingCountWidget" (parent: .abstract.instanceof.App\Widget\Site\TestimonialsPendingCountWidget).
Resolving inheritance for "App\Widget\Site\TestimonialsPendingCountWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\TestimonialsPendingCountWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\AvatarWidget" (parent: .abstract.instanceof.App\Widget\User\AvatarWidget).
Resolving inheritance for "App\Widget\User\AvatarWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\AvatarWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\BrowserSvgWidget" (parent: .abstract.instanceof.App\Widget\User\BrowserSvgWidget).
Resolving inheritance for "App\Widget\User\BrowserSvgWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\BrowserSvgWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\DeviceTypeSvgWidget" (parent: .abstract.instanceof.App\Widget\User\DeviceTypeSvgWidget).
Resolving inheritance for "App\Widget\User\DeviceTypeSvgWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\DeviceTypeSvgWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\EthnicityWidget" (parent: .abstract.instanceof.App\Widget\User\EthnicityWidget).
Resolving inheritance for "App\Widget\User\EthnicityWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\EthnicityWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\GenderWidget" (parent: .abstract.instanceof.App\Widget\User\GenderWidget).
Resolving inheritance for "App\Widget\User\GenderWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\GenderWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\LastUsersWidget" (parent: .abstract.instanceof.App\Widget\User\LastUsersWidget).
Resolving inheritance for "App\Widget\User\LastUsersWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\LastUsersWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\NetworkWidget" (parent: .abstract.instanceof.App\Widget\User\NetworkWidget).
Resolving inheritance for "App\Widget\User\NetworkWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\NetworkWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\OsSvgWidget" (parent: .abstract.instanceof.App\Widget\User\OsSvgWidget).
Resolving inheritance for "App\Widget\User\OsSvgWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\OsSvgWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\RoleWidget" (parent: .abstract.instanceof.App\Widget\User\RoleWidget).
Resolving inheritance for "App\Widget\User\RoleWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\RoleWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\StatusWidget" (parent: .abstract.instanceof.App\Widget\User\StatusWidget).
Resolving inheritance for "App\Widget\User\StatusWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\StatusWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\UsersLoginsPendingViewCountWidget" (parent: .abstract.instanceof.App\Widget\User\UsersLoginsPendingViewCountWidget).
Resolving inheritance for "App\Widget\User\UsersLoginsPendingViewCountWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\UsersLoginsPendingViewCountWidget).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\UsersPendingViewCountWidget" (parent: .abstract.instanceof.App\Widget\User\UsersPendingViewCountWidget).
Resolving inheritance for "App\Widget\User\UsersPendingViewCountWidget" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\UsersPendingViewCountWidget).
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.property_info" (parent: cache.system).
Resolving inheritance for "cache.asset_mapper" (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._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.native" (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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
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 "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
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.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.0" (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.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 "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 "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_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.asset_mapper" (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).
265
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\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\Component\AssetMapper\AssetMapperInterface"; reason: private alias.
Removed service "asset_mapper.http_client"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\ImportMap\ImportMapManager"; 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 "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 "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\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; 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 "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 "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 "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 $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; 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 $default.entity_manager"; 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 "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; 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\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.user.provider.concrete.fetcher"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; 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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\GithubClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\FacebookClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\InstagramClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\OAuth2Client"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\DiscordClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\DisqusClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\SpotifyClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\TwitchHelixClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\VimeoClient"; 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 $asset_mapperLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $assetMapperLogger"; 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 ".service_locator.xqODiDp"; reason: private alias.
Removed service ".service_locator.kVuTj7R"; reason: private alias.
Removed service ".service_locator.hUPzsWO"; 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 "asset_mapper.mapped_asset_factory"; reason: private alias.
Removed service "assets._default_package"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.ZNS_ri1"; reason: private alias.
Removed service ".service_locator.l6GrDWv"; reason: private alias.
Removed service ".service_locator.y9jC_QB"; reason: private alias.
Removed service ".service_locator.24A7Pn7"; reason: private alias.
Removed service ".service_locator.sTAjt6U"; reason: private alias.
Removed service ".service_locator.EMoui4b"; reason: private alias.
Removed service ".service_locator.VEGBCtD"; reason: private alias.
Removed service ".service_locator.NvGsfa3"; reason: private alias.
Removed service ".service_locator.sx1Q7hr"; reason: private alias.
Removed service ".service_locator.FKRpBhB"; reason: private alias.
Removed service ".service_locator.ZKGUY1a"; reason: private alias.
Removed service ".service_locator.OYzOqHi"; reason: private alias.
Removed service ".service_locator.i3Jngnd"; reason: private alias.
Removed service ".service_locator.uH1Gyvk"; reason: private alias.
Removed service ".service_locator.vgoz99S"; reason: private alias.
Removed service ".service_locator.DQJavL3"; reason: private alias.
Removed service ".service_locator.DHcUPeZ"; reason: private alias.
Removed service ".service_locator.X5dT.dC"; reason: private alias.
Removed service ".service_locator.nGIkHRO"; reason: private alias.
Removed service ".service_locator._iRCQdq"; reason: private alias.
Removed service ".service_locator.0Btx9wJ"; reason: private alias.
Removed service ".service_locator.j0EhpRC"; reason: private alias.
Removed service ".service_locator.0NaDpeX"; reason: private alias.
Removed service ".service_locator.JpMBkkE"; reason: private alias.
Removed service ".service_locator.xLTyC68"; reason: private alias.
Removed service ".service_locator.ErJnjd5"; reason: private alias.
Removed service ".service_locator.0iCf5LH"; reason: private alias.
Removed service ".service_locator.aQlefad"; reason: private alias.
Removed service ".service_locator.txRIHdK"; reason: private alias.
Removed service ".service_locator.eANXpbe"; reason: private alias.
Removed service ".service_locator.M4hNndh"; reason: private alias.
Removed service ".service_locator.LkRoKDc"; reason: private alias.
Removed service ".service_locator.iVD01Y2"; reason: private alias.
Removed service ".service_locator.nHZ82Yi"; reason: private alias.
Removed service ".service_locator.oMo4HX7"; reason: private alias.
Removed service ".service_locator.mmM1WCk"; reason: private alias.
Removed service ".service_locator.qqjB5KK"; reason: private alias.
Removed service ".service_locator.AdFaznd"; reason: private alias.
Removed service ".service_locator.6nc60e5"; reason: private alias.
Removed service ".service_locator.Nk6f8Or"; reason: private alias.
Removed service ".service_locator.3Lj93ot"; reason: private alias.
Removed service ".service_locator.TZfFgNU"; reason: private alias.
Removed service ".service_locator.S8ep7Mw"; reason: private alias.
Removed service ".service_locator.4p02XZ8"; reason: private alias.
Removed service ".service_locator.benZJgT"; reason: private alias.
Removed service ".service_locator.SE2O3JW"; reason: private alias.
Removed service ".service_locator.FqEyA9N"; reason: private alias.
Removed service ".service_locator.CbTK7bD"; reason: private alias.
Removed service ".service_locator.XcMCJhs"; reason: private alias.
Removed service ".service_locator.LTfaAoN"; reason: private alias.
Removed service ".service_locator.rvO9s4c"; reason: private alias.
Removed service ".service_locator.1yrXfFY"; reason: private alias.
Removed service ".service_locator.lz0o6BF"; reason: private alias.
Removed service ".service_locator.ITbWO5U"; reason: private alias.
Removed service ".service_locator.90Fn0ah"; reason: private alias.
Removed service ".service_locator.FMmgYk6"; reason: private alias.
Removed service ".service_locator.vtwUhSe"; reason: private alias.
Removed service ".service_locator.iOw6DSK"; reason: private alias.
Removed service ".service_locator.k.cxiko"; reason: private alias.
Removed service ".service_locator.ezhqNdh"; reason: private alias.
Removed service ".service_locator.ao3OjvD"; reason: private alias.
Removed service ".service_locator.dvqIDD5"; reason: private alias.
Removed service ".service_locator.oj3uxPn"; reason: private alias.
Removed service ".service_locator.A6N3GpC"; reason: private alias.
Removed service ".service_locator.564LdOX"; reason: private alias.
Removed service ".service_locator.f4zQKT1"; reason: private alias.
Removed service ".service_locator.RLJ9M8K"; reason: private alias.
Removed service ".service_locator.xJEapYM"; reason: private alias.
Removed service ".service_locator.cXD85OD"; reason: private alias.
Removed service ".service_locator.zxwkbdr"; reason: private alias.
Removed service ".service_locator.z2owNwU"; reason: private alias.
Removed service ".service_locator.wQ.ASHe"; reason: private alias.
Removed service ".service_locator.jQyUpxe"; reason: private alias.
Removed service ".service_locator.tPPTwO1"; reason: private alias.
Removed service ".service_locator.fR.8W8S"; reason: private alias.
Removed service ".service_locator.9nvaCmp"; reason: private alias.
137
Changed reference of service "App\Controller\Dashboard\User\OAuth\DetachController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Blog\UseCase\Comment\Add\Form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Blog\UseCase\Comment\Add\Handler" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\Blog\UseCase\Comment\Add\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Blog\UseCase\Comment\Delete\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Blog\UseCase\Post\Favorite\Remove\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Site\UseCase\Generate\Links\Handler" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\Site\UseCase\Support\SendRequest\Form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Site\UseCase\Support\SendRequest\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Site\UseCase\Testimonial\Add\Form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Site\UseCase\Testimonial\Add\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\Site\UseCase\Testimonial\Delete\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\Service\NetworkWorker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Avatar\Add\Form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Avatar\Add\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Avatar\Remove\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Delete\Form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Delete\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Edit\Form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Edit\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Network\Attach\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Network\Auth\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Network\Detach\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Nickname\Form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Nickname\Handler" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\User\UseCase\Nickname\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Settings\Form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\User\UseCase\Settings\Handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\OAuth\DiscordAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\DisqusAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\FacebookAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\GithubAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\GoogleAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\InstagramAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\LinkedinAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\SpotifyAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\TiktokAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\TwitchAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\VimeoAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\VkAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\YahooAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\OAuth\YandexAuthenticator" previously pointing to "router.default" to "router".
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 "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "asset_mapper.command.compile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.native" 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 "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.channel.desktop" 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 "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 "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.py79r.J" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.KHhLDTq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.6XxFxAd" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.SJVgaF4" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.hE4x8IK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.stU_FjI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LLVCNNC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.bI6FoYH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2i1sYIx" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1P4MleA" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.CG5gl.r" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.SkySiMu" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.L9AY1SL" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.8pCCkNt" 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.IlGSE9J" 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.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xRvtKlk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
469
Removed service "App\Model\Blog\Entity"; reason: abstract.
Removed service "App\Model\Site\Entity"; reason: abstract.
Removed service "App\Model\User\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 "serializer.name_converter.metadata_aware.abstract"; 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\CharsetValidator"; 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\MacAddressValidator"; 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\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; 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 "doctrine.dbal.idle_connection_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.jwkset"; 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 ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AjaxController"; 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\Auth\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\DiscordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\DiscordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\DiscordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\DisqusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\DisqusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\DisqusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\FacebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\FacebookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\FacebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\GithubController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\GithubController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\GithubController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\GoogleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\InstagramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\InstagramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\InstagramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\LinkedinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\LinkedinController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\LinkedinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\SpotifyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\SpotifyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\SpotifyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\TiktokController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\TiktokController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\TiktokController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\TwitchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\TwitchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\TwitchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\VimeoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\VimeoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\VimeoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\VkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\VkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\VkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\YahooController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\YahooController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\YahooController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\OAuth\YandexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\OAuth\YandexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Auth\OAuth\YandexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\AuthorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\AuthorsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Blog\AuthorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\CategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\CategoriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Blog\CategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\CommentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\CommentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Blog\CommentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\ImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\ImagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Blog\ImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\LikesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\LikesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Blog\LikesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\PostsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\PostsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Blog\PostsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Blog\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Blog\TagsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Blog\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\GenerateLinksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\GenerateLinksController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Site\GenerateLinksController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\PagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Site\PagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\SupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\SupportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Site\SupportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\TestimonialsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\TestimonialsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Site\TestimonialsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\Site\TextIntrosController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\Site\TextIntrosController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\Site\TextIntrosController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\Admin\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\Admin\UsersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\Admin\UsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\BlogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\BlogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\DeleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\DetachController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\DetachController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\DetachController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\DiscordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\DiscordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\DiscordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\DisqusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\DisqusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\DisqusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\FacebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\FacebookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\FacebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\GithubController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\GithubController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\GithubController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\GoogleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\InstagramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\InstagramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\InstagramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\LinkedinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\LinkedinController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\LinkedinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\SpotifyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\SpotifyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\SpotifyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\TiktokController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\TiktokController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\TiktokController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\TwitchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\TwitchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\TwitchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\VimeoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\VimeoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\VimeoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\VkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\VkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\VkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\YahooController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\YahooController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\YahooController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\OAuth\YandexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\OAuth\YandexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\OAuth\YandexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\User\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\User\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\User\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AuthenticationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\AuthenticationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Author\Add\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Author\Add\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Author\Edit\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Author\Edit\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Category\Add\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Category\Add\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Category\Edit\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Category\Edit\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Comment\Add\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Comment\Add\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Comment\Generate\Fake\Comments\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Comment\Generate\Fake\Comments\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Comment\Generate\Fake\Replies\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Comment\Generate\Fake\Replies\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Add\Titles\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Post\Add\Titles\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Edit\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Post\Edit\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Gallery\Image\Add\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Post\Gallery\Image\Add\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Media\Add\Image\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Post\Media\Add\Image\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Media\Add\Video\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Post\Media\Add\Video\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Post\Media\Cover\Add\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Post\Media\Cover\Add\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Tag\Add\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Tag\Add\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Blog\UseCase\Tag\Edit\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Blog\UseCase\Tag\Edit\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Generate\Links\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Site\UseCase\Generate\Links\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Page\Add\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Site\UseCase\Page\Add\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Page\Edit\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Site\UseCase\Page\Edit\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\RandomTextIntros\Add\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Site\UseCase\RandomTextIntros\Add\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\RandomTextIntros\Edit\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Site\UseCase\RandomTextIntros\Edit\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Support\SendRequest\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Site\UseCase\Support\SendRequest\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\Site\UseCase\Testimonial\Add\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\Site\UseCase\Testimonial\Add\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Avatar\Add\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\User\UseCase\Avatar\Add\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Delete\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\User\UseCase\Delete\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Edit\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\User\UseCase\Edit\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Generate\Fake\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\User\UseCase\Generate\Fake\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Nickname\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\User\UseCase\Nickname\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Model\User\UseCase\Settings\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\Model\User\UseCase\Settings\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\CommentsFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\Blog\CommentsFilter\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\DislikesFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\Blog\DislikesFilter\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\FavoritesFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\Blog\FavoritesFilter\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\LikesFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\Blog\LikesFilter\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\PostsFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\Blog\PostsFilter\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Blog\SearchQueriesHistoryFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\Blog\SearchQueriesHistoryFilter\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\PagesFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\Site\PagesFilter\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\RandomTextIntrosFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\Site\RandomTextIntrosFilter\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\SupportFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\Site\SupportFilter\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\Site\TestimonialsFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\Site\TestimonialsFilter\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\User\LoginHistoryFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\User\LoginHistoryFilter\Form"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\ReadModel\User\UsersFilter\Form"; reason: abstract.
Removed service ".abstract.instanceof.App\ReadModel\User\UsersFilter\Form"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\AuthorsMenuLiListWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\AuthorsMenuLiListWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogCategoriesWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\BlogCategoriesWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogImagesDirWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\BlogImagesDirWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogPostsDislikesPendingCountWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\BlogPostsDislikesPendingCountWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogPostsFavoritesPendingCountWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\BlogPostsFavoritesPendingCountWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\BlogPostsLikesPendingCountWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\BlogPostsLikesPendingCountWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\CategoryCoverWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\CategoryCoverWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\CountWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\CountWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\LastCommentsWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\LastCommentsWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\RandomBlogCoverWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\RandomBlogCoverWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\RandomPhotosAuthorsWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\RandomPhotosAuthorsWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\RandomPostsWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\RandomPostsWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\SearchQueriesPendingCountWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\SearchQueriesPendingCountWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Blog\TagsCloudWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Blog\TagsCloudWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\IsBotWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\IsBotWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\IsGoogleBotWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\IsGoogleBotWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\ParamsWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\ParamsWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\RandomTestimonialsWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Site\RandomTestimonialsWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\RandomTextIntroWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Site\RandomTextIntroWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\ShowStarsWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Site\ShowStarsWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\SupportPendingCountWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Site\SupportPendingCountWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\Site\TestimonialsPendingCountWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\Site\TestimonialsPendingCountWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\AvatarWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\AvatarWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\BrowserSvgWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\BrowserSvgWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\DeviceTypeSvgWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\DeviceTypeSvgWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\EthnicityWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\EthnicityWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\GenderWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\GenderWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\LastUsersWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\LastUsersWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\NetworkWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\NetworkWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\OsSvgWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\OsSvgWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\RoleWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\RoleWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\StatusWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\StatusWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\UsersLoginsPendingViewCountWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\UsersLoginsPendingViewCountWidget"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Widget\User\UsersPendingViewCountWidget"; reason: abstract.
Removed service ".abstract.instanceof.App\Widget\User\UsersPendingViewCountWidget"; reason: abstract.
213
Removed service "App\Model\Blog\UseCase\Author\Add\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Author\Edit\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Category\Add\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Category\Edit\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Comment\Add\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Comment\Approve\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Comment\Delete\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Comment\Generate\Fake\Comments\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Comment\Generate\Fake\Replies\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Add\Api\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Add\Titles\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Edit\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Favorite\Remove\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Gallery\Image\Add\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Gallery\Image\Download\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Gallery\Image\Remove\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Gallery\Image\Set\Cover\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Media\Add\Image\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Media\Add\Video\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Media\Cover\Add\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Media\Cover\Remove\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Media\Remove\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Remove\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\Rephrase\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\SearchQueriesHistory\Add\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Post\SearchQueriesHistory\Delete\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Tag\Add\Command"; reason: unused.
Removed service "App\Model\Blog\UseCase\Tag\Edit\Command"; reason: unused.
Removed service "App\Model\EntityNotFoundException"; reason: unused.
Removed service "App\Model\IdentiferNotFoundException"; reason: unused.
Removed service "App\Model\Site\UseCase\Generate\Links\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\Page\Add\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\Page\Edit\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\Page\Remove\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\RandomTextIntros\Add\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\RandomTextIntros\Edit\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\Support\Delete\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\Support\Note\Add\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\Support\Pending\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\Support\Perform\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\Support\SendRequest\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\Testimonial\Add\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\Testimonial\Approve\Command"; reason: unused.
Removed service "App\Model\Site\UseCase\Testimonial\Delete\Command"; reason: unused.
Removed service "App\Model\User\UseCase\Avatar\Add\Command"; reason: unused.
Removed service "App\Model\User\UseCase\Avatar\Remove\Command"; reason: unused.
Removed service "App\Model\User\UseCase\Delete\Command"; reason: unused.
Removed service "App\Model\User\UseCase\Edit\Command"; reason: unused.
Removed service "App\Model\User\UseCase\Generate\Fake\Command"; reason: unused.
Removed service "App\Model\User\UseCase\Network\Attach\Command"; reason: unused.
Removed service "App\Model\User\UseCase\Network\Auth\Command"; reason: unused.
Removed service "App\Model\User\UseCase\Network\Detach\Command"; reason: unused.
Removed service "App\Model\User\UseCase\Nickname\Command"; reason: unused.
Removed service "App\Model\User\UseCase\Settings\Command"; reason: unused.
Removed service "App\ReadModel\Blog\CommentsFilter\Filter"; reason: unused.
Removed service "App\ReadModel\Blog\DislikesFilter\Filter"; reason: unused.
Removed service "App\ReadModel\Blog\FavoritesFilter\Filter"; reason: unused.
Removed service "App\ReadModel\Blog\LikesFilter\Filter"; reason: unused.
Removed service "App\ReadModel\Blog\PostsFilter\Filter"; reason: unused.
Removed service "App\ReadModel\Blog\SearchQueriesHistoryFilter\Filter"; reason: unused.
Removed service "App\ReadModel\NotFoundException"; reason: unused.
Removed service "App\ReadModel\Site\PagesFilter\Filter"; reason: unused.
Removed service "App\ReadModel\Site\RandomTextIntrosFilter\Filter"; reason: unused.
Removed service "App\ReadModel\Site\SupportFilter\Filter"; reason: unused.
Removed service "App\ReadModel\Site\TestimonialsFilter\Filter"; reason: unused.
Removed service "App\ReadModel\User\LoginHistoryFilter\Filter"; reason: unused.
Removed service "App\ReadModel\User\UsersFilter\Filter"; reason: unused.
Removed service "App\Security\OAuth\Providers\Linkedin\LinkedIn"; reason: unused.
Removed service "App\Security\OAuth\Providers\Linkedin\LinkedInAccessDeniedException"; reason: unused.
Removed service "App\Security\OAuth\Providers\Linkedin\LinkedInAccessToken"; reason: unused.
Removed service "App\Security\OAuth\Providers\Linkedin\LinkedInResourceOwner"; reason: unused.
Removed service "App\Security\OAuth\Providers\Yahoo\Yahoo"; reason: unused.
Removed service "App\Security\OAuth\Providers\Yahoo\YahooUser"; reason: unused.
Removed service "App\Security\UserIdentity"; reason: unused.
Removed service "App\Service\Comments"; reason: unused.
Removed service "App\Service\Img"; reason: unused.
Removed service "App\Service\Languages"; reason: unused.
Removed service "App\Service\Names"; reason: unused.
Removed service "App\Service\Networks"; reason: unused.
Removed service "App\Service\TrustLinks\BigdataTrustLinks"; reason: unused.
Removed service "App\Service\TrustLinks\DatingTrustLinks"; reason: unused.
Removed service "App\Service\TrustLinks\EcologyTrustLinks"; reason: unused.
Removed service "App\Service\TrustLinks\SolarTrustLinks"; reason: unused.
Removed service "App\Service\Url"; 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 "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 "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; 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.dispatch_pcntl_signal_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.channel.desktop"; 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 ".1_ServiceLocator~D8Fdhmg"; 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.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; 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.algorithm_manager_factory"; 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.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service ".service_locator.vsrx1.N"; 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 "knpu.oauth2.user_provider"; 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.NLcq8cs"; reason: unused.
Removed service ".service_locator.riiCAol"; reason: unused.
Removed service ".service_locator.7KXt.i1"; reason: unused.
Removed service ".service_locator.NXTTdTW"; reason: unused.
527
Inlined service "App\ReadModel\Blog\AjaxBlogFetcher" to "App\Controller\AjaxController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AjaxController" to "App\Controller\AjaxController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\ApiController" to "App\Controller\ApiController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\AuthController" to "App\Controller\Auth\AuthController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\DiscordController" to "App\Controller\Auth\OAuth\DiscordController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\DisqusController" to "App\Controller\Auth\OAuth\DisqusController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\FacebookController" to "App\Controller\Auth\OAuth\FacebookController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\GithubController" to "App\Controller\Auth\OAuth\GithubController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\GoogleController" to "App\Controller\Auth\OAuth\GoogleController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\InstagramController" to "App\Controller\Auth\OAuth\InstagramController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\LinkedinController" to "App\Controller\Auth\OAuth\LinkedinController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\SpotifyController" to "App\Controller\Auth\OAuth\SpotifyController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\TiktokController" to "App\Controller\Auth\OAuth\TiktokController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\TwitchController" to "App\Controller\Auth\OAuth\TwitchController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\VimeoController" to "App\Controller\Auth\OAuth\VimeoController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\VkController" to "App\Controller\Auth\OAuth\VkController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\YahooController" to "App\Controller\Auth\OAuth\YahooController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Auth\OAuth\YandexController" to "App\Controller\Auth\OAuth\YandexController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\BlogController" to "App\Controller\BlogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Blog\AuthorsController" to "App\Controller\Dashboard\Admin\Blog\AuthorsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Blog\CategoriesController" to "App\Controller\Dashboard\Admin\Blog\CategoriesController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Blog\CommentsController" to "App\Controller\Dashboard\Admin\Blog\CommentsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Blog\ImagesController" to "App\Controller\Dashboard\Admin\Blog\ImagesController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Blog\LikesController" to "App\Controller\Dashboard\Admin\Blog\LikesController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Blog\PostsController" to "App\Controller\Dashboard\Admin\Blog\PostsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Blog\TagsController" to "App\Controller\Dashboard\Admin\Blog\TagsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\HomeController" to "App\Controller\Dashboard\Admin\HomeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Site\GenerateLinksController" to "App\Controller\Dashboard\Admin\Site\GenerateLinksController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Site\PagesController" to "App\Controller\Dashboard\Admin\Site\PagesController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Site\SupportController" to "App\Controller\Dashboard\Admin\Site\SupportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Site\TestimonialsController" to "App\Controller\Dashboard\Admin\Site\TestimonialsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\Site\TextIntrosController" to "App\Controller\Dashboard\Admin\Site\TextIntrosController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\Admin\UsersController" to "App\Controller\Dashboard\Admin\UsersController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\BlogController" to "App\Controller\Dashboard\User\BlogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\DeleteController" to "App\Controller\Dashboard\User\DeleteController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\DetachController" to "App\Controller\Dashboard\User\OAuth\DetachController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\DiscordController" to "App\Controller\Dashboard\User\OAuth\DiscordController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\DisqusController" to "App\Controller\Dashboard\User\OAuth\DisqusController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\FacebookController" to "App\Controller\Dashboard\User\OAuth\FacebookController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\GithubController" to "App\Controller\Dashboard\User\OAuth\GithubController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\GoogleController" to "App\Controller\Dashboard\User\OAuth\GoogleController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\InstagramController" to "App\Controller\Dashboard\User\OAuth\InstagramController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\LinkedinController" to "App\Controller\Dashboard\User\OAuth\LinkedinController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\SpotifyController" to "App\Controller\Dashboard\User\OAuth\SpotifyController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\TiktokController" to "App\Controller\Dashboard\User\OAuth\TiktokController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\TwitchController" to "App\Controller\Dashboard\User\OAuth\TwitchController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\VimeoController" to "App\Controller\Dashboard\User\OAuth\VimeoController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\VkController" to "App\Controller\Dashboard\User\OAuth\VkController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\YahooController" to "App\Controller\Dashboard\User\OAuth\YahooController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\OAuth\YandexController" to "App\Controller\Dashboard\User\OAuth\YandexController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\ProfileController" to "App\Controller\Dashboard\User\ProfileController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\SecurityController" to "App\Controller\Dashboard\User\SecurityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Dashboard\User\SettingsController" to "App\Controller\Dashboard\User\SettingsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SiteController" to "App\Controller\SiteController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\UserController" to "App\Controller\UserController".
Inlined service "foroco\BrowserDetection" to "App\EventSubscriber\AuthenticationSubscriber".
Inlined service "App\Model\Blog\Entity\Post\Favorite\PostRepository" to "App\Model\Blog\UseCase\Post\Favorite\Remove\Handler".
Inlined service "App\Model\User\Entity\User\Deleted\DeletedUsersRepository" to "App\Model\User\UseCase\Delete\Handler".
Inlined service "App\Container\Service\TrustLinks\TrustLinksFactory" to "App\Service\TrustLinks\TrustLinksInterface".
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.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" 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.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.asset_mapper.recorder_inner" to "cache.asset_mapper".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "asset_mapper.asset_package" to "assets.packages".
Inlined service "asset_mapper.cached_mapped_asset_factory" to "asset_mapper".
Inlined service "asset_mapper.cached_mapped_asset_factory.inner" to "asset_mapper.cached_mapped_asset_factory".
Inlined service "asset_mapper.asset_package.inner" to "asset_mapper.asset_package".
Inlined service "asset_mapper.local_public_assets_filesystem" to "asset_mapper.command.compile".
Inlined service "asset_mapper.importmap.auditor" to "asset_mapper.importmap.command.audit".
Inlined service "asset_mapper.importmap.update_checker" to "asset_mapper.importmap.command.outdated".
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.ILdUWIS" 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.7jukgan.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.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.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 "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.v1d5MSL" 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.ea.H0ae" 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.yIlffmK" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.IlGSE9J" 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 "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.wy_sXIY" 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 "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 "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.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.importmap" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Widget\Blog\AuthorsMenuLiListWidget" to "twig".
Inlined service "App\Widget\Blog\BlogCategoriesWidget" to "twig".
Inlined service "App\Widget\Blog\BlogImagesDirWidget" to "twig".
Inlined service "App\Widget\Blog\BlogPostsDislikesPendingCountWidget" to "twig".
Inlined service "App\Widget\Blog\BlogPostsFavoritesPendingCountWidget" to "twig".
Inlined service "App\Widget\Blog\BlogPostsLikesPendingCountWidget" to "twig".
Inlined service "App\Widget\Blog\CategoryCoverWidget" to "twig".
Inlined service "App\Widget\Blog\CountWidget" to "twig".
Inlined service "App\Widget\Blog\LastCommentsWidget" to "twig".
Inlined service "App\Widget\Blog\RandomBlogCoverWidget" to "twig".
Inlined service "App\Widget\Blog\RandomPhotosAuthorsWidget" to "twig".
Inlined service "App\Widget\Blog\RandomPostsWidget" to "twig".
Inlined service "App\Widget\Blog\SearchQueriesPendingCountWidget" to "twig".
Inlined service "App\Widget\Blog\TagsCloudWidget" to "twig".
Inlined service "App\Widget\IsBotWidget" to "twig".
Inlined service "App\Widget\IsGoogleBotWidget" to "twig".
Inlined service "App\Widget\ParamsWidget" to "twig".
Inlined service "App\Widget\Site\RandomTestimonialsWidget" to "twig".
Inlined service "App\Widget\Site\RandomTextIntroWidget" to "twig".
Inlined service "App\Widget\Site\ShowStarsWidget" to "twig".
Inlined service "App\Widget\Site\SupportPendingCountWidget" to "twig".
Inlined service "App\Widget\Site\TestimonialsPendingCountWidget" to "twig".
Inlined service "App\Widget\User\AvatarWidget" to "twig".
Inlined service "App\Widget\User\BrowserSvgWidget" to "twig".
Inlined service "App\Widget\User\DeviceTypeSvgWidget" to "twig".
Inlined service "App\Widget\User\EthnicityWidget" to "twig".
Inlined service "App\Widget\User\GenderWidget" to "twig".
Inlined service "App\Widget\User\LastUsersWidget" to "twig".
Inlined service "App\Widget\User\NetworkWidget" to "twig".
Inlined service "App\Widget\User\OsSvgWidget" to "twig".
Inlined service "App\Widget\User\RoleWidget" to "twig".
Inlined service "App\Widget\User\StatusWidget" to "twig".
Inlined service "App\Widget\User\UsersLoginsPendingViewCountWidget" to "twig".
Inlined service "App\Widget\User\UsersPendingViewCountWidget" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "stimulus.twig_extension" 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.lMv3Dwi.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..05t00Z" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "asset_mapper.importmap.renderer" to "twig.runtime.importmap".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "stimulus.asset_mapper.auto_import_locator" to "stimulus.asset_mapper.controllers_map_generator".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.id_accessor" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
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 "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.4KklhoS" to "security.access_map".
Inlined service ".security.request_matcher.WjOc1OS" to "security.access_map".
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.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "App\Security\OAuth\GithubAuthenticator" to "debug.App\Security\OAuth\GithubAuthenticator".
Inlined service "App\Security\OAuth\FacebookAuthenticator" to "debug.App\Security\OAuth\FacebookAuthenticator".
Inlined service "App\Security\OAuth\GoogleAuthenticator" to "debug.App\Security\OAuth\GoogleAuthenticator".
Inlined service "App\Security\OAuth\InstagramAuthenticator" to "debug.App\Security\OAuth\InstagramAuthenticator".
Inlined service "App\Security\OAuth\LinkedinAuthenticator" to "debug.App\Security\OAuth\LinkedinAuthenticator".
Inlined service "App\Security\OAuth\DiscordAuthenticator" to "debug.App\Security\OAuth\DiscordAuthenticator".
Inlined service "App\Security\OAuth\DisqusAuthenticator" to "debug.App\Security\OAuth\DisqusAuthenticator".
Inlined service "App\Security\OAuth\SpotifyAuthenticator" to "debug.App\Security\OAuth\SpotifyAuthenticator".
Inlined service "App\Security\OAuth\TwitchAuthenticator" to "debug.App\Security\OAuth\TwitchAuthenticator".
Inlined service "App\Security\OAuth\YahooAuthenticator" to "debug.App\Security\OAuth\YahooAuthenticator".
Inlined service "App\Security\OAuth\VkAuthenticator" to "debug.App\Security\OAuth\VkAuthenticator".
Inlined service "App\Security\OAuth\VimeoAuthenticator" to "debug.App\Security\OAuth\VimeoAuthenticator".
Inlined service "App\Security\OAuth\YandexAuthenticator" to "debug.App\Security\OAuth\YandexAuthenticator".
Inlined service "App\Security\OAuth\TiktokAuthenticator" to "debug.App\Security\OAuth\TiktokAuthenticator".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "App\Security\UserChecker" to "security.listener.user_checker.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.ERz08vr" to ".security.request_matcher.4KklhoS".
Inlined service ".security.request_matcher.gb2qQzJ" to ".security.request_matcher.WjOc1OS".
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 "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "knpu.oauth2.provider.github_main" to "knpu.oauth2.client.github_main".
Inlined service "knpu.oauth2.provider.github_attach" to "knpu.oauth2.client.github_attach".
Inlined service "knpu.oauth2.provider.facebook_main" to "knpu.oauth2.client.facebook_main".
Inlined service "knpu.oauth2.provider.facebook_attach" to "knpu.oauth2.client.facebook_attach".
Inlined service "knpu.oauth2.provider.google_main" to "knpu.oauth2.client.google_main".
Inlined service "knpu.oauth2.provider.google_attach" to "knpu.oauth2.client.google_attach".
Inlined service "knpu.oauth2.provider.instagram_main" to "knpu.oauth2.client.instagram_main".
Inlined service "knpu.oauth2.provider.instagram_attach" to "knpu.oauth2.client.instagram_attach".
Inlined service "knpu.oauth2.provider.linkedin_main" to "knpu.oauth2.client.linkedin_main".
Inlined service "knpu.oauth2.provider.linkedin_attach" to "knpu.oauth2.client.linkedin_attach".
Inlined service "knpu.oauth2.provider.discord_main" to "knpu.oauth2.client.discord_main".
Inlined service "knpu.oauth2.provider.discord_attach" to "knpu.oauth2.client.discord_attach".
Inlined service "knpu.oauth2.provider.yahoo_main" to "knpu.oauth2.client.yahoo_main".
Inlined service "knpu.oauth2.provider.yahoo_attach" to "knpu.oauth2.client.yahoo_attach".
Inlined service "knpu.oauth2.provider.disqus_main" to "knpu.oauth2.client.disqus_main".
Inlined service "knpu.oauth2.provider.disqus_attach" to "knpu.oauth2.client.disqus_attach".
Inlined service "knpu.oauth2.provider.spotify_main" to "knpu.oauth2.client.spotify_main".
Inlined service "knpu.oauth2.provider.spotify_attach" to "knpu.oauth2.client.spotify_attach".
Inlined service "knpu.oauth2.provider.twitch_main" to "knpu.oauth2.client.twitch_main".
Inlined service "knpu.oauth2.provider.twitch_attach" to "knpu.oauth2.client.twitch_attach".
Inlined service "knpu.oauth2.provider.vkontakte_main" to "knpu.oauth2.client.vkontakte_main".
Inlined service "knpu.oauth2.provider.vkontakte_attach" to "knpu.oauth2.client.vkontakte_attach".
Inlined service "knpu.oauth2.provider.vimeo_main" to "knpu.oauth2.client.vimeo_main".
Inlined service "knpu.oauth2.provider.vimeo_attach" to "knpu.oauth2.client.vimeo_attach".
Inlined service "knpu.oauth2.provider.yandex_main" to "knpu.oauth2.client.yandex_main".
Inlined service "knpu.oauth2.provider.yandex_attach" to "knpu.oauth2.client.yandex_attach".
Inlined service "knpu.oauth2.provider.tiktok_main" to "knpu.oauth2.client.tiktok_main".
Inlined service "knpu.oauth2.provider.tiktok_attach" to "knpu.oauth2.client.tiktok_attach".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
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 ".service_locator.py79r.J" to ".service_locator.py79r.J.App\Controller\AjaxController::deleteComment()".
Inlined service ".service_locator.QzfodB9" to ".service_locator.QzfodB9.App\Controller\AjaxController::getAllSiteLinks()".
Inlined service ".service_locator.6XxFxAd" to ".service_locator.6XxFxAd.App\Controller\AjaxController::deleteTestimonial()".
Inlined service ".service_locator.k9kUVdU" to ".service_locator.k9kUVdU.App\Controller\AjaxController::deleteSearchQuery()".
Inlined service ".service_locator.5UAx9Tz" to ".service_locator.5UAx9Tz.App\Controller\ApiController::getOverallStats()".
Inlined service ".service_locator.JUVSQYc" to ".service_locator.JUVSQYc.App\Controller\ApiController::downloadThemedImagesForBlogPost()".
Inlined service ".service_locator.V3tUU5." to ".service_locator.V3tUU5..App\Controller\ApiController::addParagraphFromAddLaterField()".
Inlined service ".service_locator.ezrTnwz" to ".service_locator.ezrTnwz.App\Controller\ApiController::addRephrasedAiText()".
Inlined service ".service_locator.DNxxwHs" to ".service_locator.DNxxwHs.App\Controller\ApiController::getCurrentThemeForTrustLinks()".
Inlined service ".service_locator.SJVgaF4" to ".service_locator.SJVgaF4.App\Controller\ApiController::addBlogPost()".
Inlined service ".service_locator.Hyks3xR" to ".service_locator.Hyks3xR.App\Controller\ApiController::addBlogPost_DELETE_OLD_FOR_WORDHERO()".
Inlined service ".service_locator.KXG9x62" to ".service_locator.KXG9x62.App\Controller\BlogController::blogPostsAuthor()".
Inlined service ".service_locator.zaY6Rwg" to ".service_locator.zaY6Rwg.App\Controller\BlogController::blogPostsByAuthor()".
Inlined service ".service_locator.EdeNrfS" to ".service_locator.EdeNrfS.App\Controller\BlogController::blogPostsByTag()".
Inlined service ".service_locator.vI55AKu" to ".service_locator.vI55AKu.App\Controller\BlogController::blogPostsByCategory()".
Inlined service ".service_locator.hE4x8IK" to ".service_locator.hE4x8IK.App\Controller\BlogController::post()".
Inlined service ".service_locator.7rZMIS7" to ".service_locator.7rZMIS7.App\Controller\BlogController::search()".
Inlined service ".service_locator.QsPjkKk" to ".service_locator.QsPjkKk.App\Controller\Dashboard\Admin\Blog\AuthorsController::create()".
Inlined service ".service_locator.CAcga3d" to ".service_locator.CAcga3d.App\Controller\Dashboard\Admin\Blog\AuthorsController::edit()".
Inlined service ".service_locator.hPxI7_." to ".service_locator.hPxI7_..App\Controller\Dashboard\Admin\Blog\CategoriesController::create()".
Inlined service ".service_locator.dAIk21K" to ".service_locator.dAIk21K.App\Controller\Dashboard\Admin\Blog\CategoriesController::edit()".
Inlined service ".service_locator.JYNkVDD" to ".service_locator.JYNkVDD.App\Controller\Dashboard\Admin\Blog\CommentsController::approve()".
Inlined service ".service_locator.ivJvhj_" to ".service_locator.ivJvhj_.App\Controller\Dashboard\Admin\Blog\CommentsController::generate()".
Inlined service ".service_locator.a91c6aB" to ".service_locator.a91c6aB.App\Controller\Dashboard\Admin\Blog\ImagesController::all()".
Inlined service ".service_locator.pub2JXs" to ".service_locator.pub2JXs.App\Controller\Dashboard\Admin\Blog\ImagesController::remove()".
Inlined service ".service_locator.UcGD6rh" to ".service_locator.UcGD6rh.App\Controller\Dashboard\Admin\Blog\ImagesController::cover()".
Inlined service ".service_locator.bM9.jxs" to ".service_locator.bM9.jxs.App\Controller\Dashboard\Admin\Blog\PostsController::all()".
Inlined service ".service_locator.EmHCfMF" to ".service_locator.EmHCfMF.App\Controller\Dashboard\Admin\Blog\PostsController::add()".
Inlined service ".service_locator.7Tb7AOI" to ".service_locator.7Tb7AOI.App\Controller\Dashboard\Admin\Blog\PostsController::edit()".
Inlined service ".service_locator.jXHn294" to ".service_locator.jXHn294.App\Controller\Dashboard\Admin\Blog\PostsController::cover()".
Inlined service ".service_locator.LmpLmvO" to ".service_locator.LmpLmvO.App\Controller\Dashboard\Admin\Blog\PostsController::removeCover()".
Inlined service ".service_locator.szof2C6" to ".service_locator.szof2C6.App\Controller\Dashboard\Admin\Blog\PostsController::removeMedia()".
Inlined service ".service_locator.VtASgOB" to ".service_locator.VtASgOB.App\Controller\Dashboard\Admin\Blog\PostsController::addMedia()".
Inlined service ".service_locator.PGVOTp6" to ".service_locator.PGVOTp6.App\Controller\Dashboard\Admin\Blog\PostsController::goToNextNotModeratedBlogPost()".
Inlined service ".service_locator.W50GMq6" to ".service_locator.W50GMq6.App\Controller\Dashboard\Admin\Blog\PostsController::remove()".
Inlined service ".service_locator.BrG2Zph" to ".service_locator.BrG2Zph.App\Controller\Dashboard\Admin\Blog\TagsController::create()".
Inlined service ".service_locator.w8opRtG" to ".service_locator.w8opRtG.App\Controller\Dashboard\Admin\Blog\TagsController::edit()".
Inlined service ".service_locator.ol1MjZe" to ".service_locator.ol1MjZe.App\Controller\Dashboard\Admin\HomeController::home()".
Inlined service ".service_locator.IGx9Vdp" to ".service_locator.IGx9Vdp.App\Controller\Dashboard\Admin\Site\PagesController::all()".
Inlined service ".service_locator.I4CU.6U" to ".service_locator.I4CU.6U.App\Controller\Dashboard\Admin\Site\PagesController::add()".
Inlined service ".service_locator.SFwXHqh" to ".service_locator.SFwXHqh.App\Controller\Dashboard\Admin\Site\PagesController::edit()".
Inlined service ".service_locator.rY_eRJ3" to ".service_locator.rY_eRJ3.App\Controller\Dashboard\Admin\Site\PagesController::remove()".
Inlined service ".service_locator.wsUiVEo" to ".service_locator.wsUiVEo.App\Controller\Dashboard\Admin\Site\SupportController::note()".
Inlined service ".service_locator.dpTmoOf" to ".service_locator.dpTmoOf.App\Controller\Dashboard\Admin\Site\SupportController::perform()".
Inlined service ".service_locator.zfyWJFq" to ".service_locator.zfyWJFq.App\Controller\Dashboard\Admin\Site\SupportController::backPending()".
Inlined service ".service_locator.PKFJndJ" to ".service_locator.PKFJndJ.App\Controller\Dashboard\Admin\Site\SupportController::delete()".
Inlined service ".service_locator.2UN7zWX" to ".service_locator.2UN7zWX.App\Controller\Dashboard\Admin\Site\TestimonialsController::approve()".
Inlined service ".service_locator.wLJwGf2" to ".service_locator.wLJwGf2.App\Controller\Dashboard\Admin\Site\TextIntrosController::all()".
Inlined service ".service_locator.CepiVbX" to ".service_locator.CepiVbX.App\Controller\Dashboard\Admin\Site\TextIntrosController::add()".
Inlined service ".service_locator.XRRMoAT" to ".service_locator.XRRMoAT.App\Controller\Dashboard\Admin\Site\TextIntrosController::edit()".
Inlined service ".service_locator.wYIwG8N" to ".service_locator.wYIwG8N.App\Controller\Dashboard\Admin\UsersController::edit()".
Inlined service ".service_locator.zJycIL2" to ".service_locator.zJycIL2.App\Controller\Dashboard\Admin\UsersController::remove()".
Inlined service ".service_locator.yqQCF39" to ".service_locator.yqQCF39.App\Controller\Dashboard\Admin\UsersController::avatar()".
Inlined service ".service_locator.zzQzcu2" to ".service_locator.zzQzcu2.App\Controller\Dashboard\Admin\UsersController::removeAvatar()".
Inlined service ".service_locator.yfFgIwE" to ".service_locator.yfFgIwE.App\Controller\Dashboard\Admin\UsersController::generate()".
Inlined service ".service_locator.stU_FjI" to ".service_locator.stU_FjI.App\Controller\Dashboard\User\BlogController::removeFavoriteBlogPost()".
Inlined service ".service_locator.LLVCNNC" to ".service_locator.LLVCNNC.App\Controller\Dashboard\User\DeleteController::action()".
Inlined service ".service_locator.iOvp9mL" to ".service_locator.iOvp9mL.App\Controller\Dashboard\User\OAuth\DetachController::detach()".
Inlined service ".service_locator.2i1sYIx" to ".service_locator.2i1sYIx.App\Controller\Dashboard\User\ProfileController::edit()".
Inlined service ".service_locator.1P4MleA" to ".service_locator.1P4MleA.App\Controller\Dashboard\User\ProfileController::avatar()".
Inlined service ".service_locator.CG5gl.r" to ".service_locator.CG5gl.r.App\Controller\Dashboard\User\ProfileController::removeAvatar()".
Inlined service ".service_locator.SkySiMu" to ".service_locator.SkySiMu.App\Controller\Dashboard\User\SettingsController::settings()".
Inlined service ".service_locator.c7fJMGi" to ".service_locator.c7fJMGi.App\Controller\SiteController::page()".
Inlined service ".service_locator.L9AY1SL" to ".service_locator.L9AY1SL.App\Controller\SiteController::contact()".
Inlined service ".service_locator.ukzOonn" to ".service_locator.ukzOonn.App\Controller\SiteController::team()".
Inlined service ".service_locator.8pCCkNt" to ".service_locator.8pCCkNt.App\Controller\SiteController::testimonials()".
Inlined service ".service_locator._jHSk5j" to ".service_locator._jHSk5j.App\Controller\UserController::profile()".
Inlined service ".service_locator.Yl08F8t" to ".service_locator.Yl08F8t.App\Controller\UserController::users()".
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.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service "texter.messenger.desktop_handler" to ".messenger.handler_descriptor.Dkv9sRY".
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.BxSdgVt" 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 "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.euaNshl" to ".service_locator.euaNshl.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service "asset_mapper.public_assets_path_resolver" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "asset_mapper_compiler" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "assets.empty_version_strategy" to "asset_mapper.asset_package.inner".
Inlined service "assets.context" to "asset_mapper.asset_package.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.ccTBFaB" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.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 "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator.46aAMhU" to "console.command_loader".
Inlined service ".service_locator.euaNshl.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 "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) "security.csrf.same_origin_token_manager", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", ".debug.http_client", "messenger.default_bus", "event_dispatcher", but was never used.