- <?php
- namespace ContainerWXfO30C;
- use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
- use Symfony\Component\DependencyInjection\Exception\RuntimeException;
- /**
-  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
-  */
- class getCommentRatingDaoInterfaceService extends App_KernelDevDebugContainer
- {
-     /**
-      * Gets the private 'Slivki\Dao\Comment\CommentRatingDaoInterface' shared autowired service.
-      *
-      * @return \Slivki\Dao\Comment\CommentRatingDao
-      */
-     public static function do($container, $lazyLoad = true)
-     {
-         include_once \dirname(__DIR__, 4).'/src/Dao/Comment/CommentRatingDaoInterface.php';
-         include_once \dirname(__DIR__, 4).'/src/Dao/Comment/CommentRatingDao.php';
-         $a = ($container->services['doctrine.dbal.site_connection'] ?? $container->getDoctrine_Dbal_SiteConnectionService());
-         if (isset($container->privates['Slivki\\Dao\\Comment\\CommentRatingDaoInterface'])) {
-             return $container->privates['Slivki\\Dao\\Comment\\CommentRatingDaoInterface'];
-         }
-         $b = ($container->services['Slivki\\Services\\Comment\\CommentService'] ?? $container->load('getCommentServiceService'));
-         if (isset($container->privates['Slivki\\Dao\\Comment\\CommentRatingDaoInterface'])) {
-             return $container->privates['Slivki\\Dao\\Comment\\CommentRatingDaoInterface'];
-         }
-         return $container->privates['Slivki\\Dao\\Comment\\CommentRatingDaoInterface'] = new \Slivki\Dao\Comment\CommentRatingDao($a, $b);
-     }
- }
-