@@ -29,8 +29,8 @@ |
||
29 | 29 | */ |
30 | 30 | public function __construct(\phpbb\config\config $config, \ernadoo\phpbbdirectory\core\cron $directory_cron) |
31 | 31 | { |
32 | - $this->config = $config; |
|
33 | - $this->dir_cron = $directory_cron; |
|
32 | + $this->config = $config; |
|
33 | + $this->dir_cron = $directory_cron; |
|
34 | 34 | } |
35 | 35 | |
36 | 36 | /** |