Skip to content

Commit a66c42b

Browse files
author
Leinad4Mind
committed
Fix symfony array problem
1 parent 7aa6531 commit a66c42b

1 file changed

Lines changed: 17 additions & 19 deletions

File tree

core/config/tables.yml

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
parameters:
2-
phpbbgallery.core:
3-
file.source: '%core.root_path%files/phpbbgallery/core/source/'
4-
file.medium: '%core.root_path%files/phpbbgallery/core/medium/'
5-
file.mini: '%core.root_path%files/phpbbgallery/core/mini/'
6-
file.watermark: '%core.root_path%ext/phpbbgallery/core/images/watermark.png'
2+
phpbbgallery.core.file.source: '%core.root_path%files/phpbbgallery/core/source/'
3+
phpbbgallery.core.file.medium: '%core.root_path%files/phpbbgallery/core/medium/'
4+
phpbbgallery.core.file.mini: '%core.root_path%files/phpbbgallery/core/mini/'
5+
phpbbgallery.core.file.watermark: '%core.root_path%ext/phpbbgallery/core/images/watermark.png'
76

8-
phpbbgallery.tables:
9-
gallery_albums: '%core.table_prefix%gallery_albums'
10-
gallery_contests: '%core.table_prefix%gallery_contests'
11-
gallery_images: '%core.table_prefix%gallery_images'
12-
gallery_moderators: '%core.table_prefix%gallery_modscache'
13-
gallery_permissions: '%core.table_prefix%gallery_permissions'
14-
gallery_roles: '%core.table_prefix%gallery_roles'
15-
gallery_tracking: '%core.table_prefix%gallery_albums_track'
16-
gallery_users: '%core.table_prefix%gallery_users'
17-
gallery_comments: '%core.table_prefix%gallery_comments'
18-
gallery_reports: '%core.table_prefix%gallery_reports'
19-
gallery_rates: '%core.table_prefix%gallery_rates'
20-
gallery_log: '%core.table_prefix%gallery_log'
21-
gallery_watch: '%core.table_prefix%gallery_watch'
7+
phpbbgallery.tables.albums: '%core.table_prefix%gallery_albums'
8+
phpbbgallery.tables.contests: '%core.table_prefix%gallery_contests'
9+
phpbbgallery.tables.images: '%core.table_prefix%gallery_images'
10+
phpbbgallery.tables.moderators: '%core.table_prefix%gallery_modscache'
11+
phpbbgallery.tables.permissions: '%core.table_prefix%gallery_permissions'
12+
phpbbgallery.tables.roles: '%core.table_prefix%gallery_roles'
13+
phpbbgallery.tables.tracking: '%core.table_prefix%gallery_albums_track'
14+
phpbbgallery.tables.users: '%core.table_prefix%gallery_users'
15+
phpbbgallery.tables.comments: '%core.table_prefix%gallery_comments'
16+
phpbbgallery.tables.reports: '%core.table_prefix%gallery_reports'
17+
phpbbgallery.tables.rates: '%core.table_prefix%gallery_rates'
18+
phpbbgallery.tables.log: '%core.table_prefix%gallery_log'
19+
phpbbgallery.tables.watch: '%core.table_prefix%gallery_watch'

0 commit comments

Comments
 (0)