mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
Create a very basic user loader class to handle querying/storing user data in a centralized location. Use DIC collection service for notification types/methods. Cleanup unused dependencies. Fix some other issues. PHPBB3-11103
7 lines
267 B
YAML
7 lines
267 B
YAML
parameters:
|
|
tables.config: %core.table_prefix%config
|
|
tables.ext: %core.table_prefix%ext
|
|
tables.notifications: %core.table_prefix%notifications
|
|
tables.user_notifications: %core.table_prefix%user_notifications
|
|
tables.users: %core.table_prefix%users
|