<?phpuse Symfony\Component\DependencyInjection\Argument\RewindableGenerator;use Symfony\Component\DependencyInjection\Exception\RuntimeException;// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.// Returns the private 'App\Event\DiaryMenuSubscriber' shared autowired service.include_once \dirname(__DIR__, 4).'/src/Event/DiaryMenuSubscriber.php';return $this->privates['App\\Event\\DiaryMenuSubscriber'] = new \App\Event\DiaryMenuSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\ResourceRepository'] ?? $this->load('getResourceRepositoryService.php')));