[MODULE] Fix avatars not loading

Этот коммит содержится в:
Hugo Sales 2020-08-27 21:23:46 +00:00 коммит произвёл Hugo Sales
родитель f60bdaa2f0
Коммит 496dec4254
Подписано: someonewithpc
Идентификатор ключа GPG: 7D0C7EAFC9D835A0
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -47,11 +47,11 @@ services:
Symfony\Bridge\Doctrine\Security\RememberMe\DoctrineTokenProvider: ~
Plugin\:
resource: '../plugins/*/*.php'
resource: '../plugins/*'
exclude: '../plugins/*/{scripts,classes,lib,actions,locale,doc}'
tags: ['controller.service_arguments']
Component\:
resource: '../components/*/*.php'
resource: '../components/*'
exclude: '../components/*/{scripts,classes,lib,actions,locale,doc}'
tags: ['controller.service_arguments']