Completed
Push — 3.2.x ( e83486...8fb62b )
by Erwan
02:27
created
cron/task/core/prune_categorie.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
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
 	/**
Please login to merge, or discard this patch.