-
Bug
-
Resolution: Duplicate
-
Major
-
3.1.0-b4
-
None
This might be related to PHPBB3-12685. Created after posting to https://area51.phpbb.com/phpBB/viewtopic.php?p=265837
my extension services.yml :
rfd.cron.my_cron:
|
class: rfd\extension\cron\my_cron
|
arguments:
|
- @request
|
- @config
|
- @dbal.conn
|
calls:
|
- [set_name, [rfd.cron.my_cron]]
|
tags:
|
- { name: cron.task }
|
Debugging the service collection, shows that it doesn't locate the extension service.
- duplicates
-
PHPBB-12685 CLI doesn't load extension commands
- Closed