We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a10fd commit 75b2155Copy full SHA for 75b2155
1 file changed
cron/main.php
@@ -10,8 +10,6 @@
10
11
namespace phpbbde\pastebin\cron;
12
13
-use Symfony\Component\DependencyInjection\Container;
14
-
15
class main extends \phpbb\cron\task\base
16
{
17
/** @var string phpBB root path */
@@ -90,4 +88,4 @@ private function table($name)
90
88
global $phpbb_container;
91
89
return $phpbb_container->getParameter('tables.phpbbde.pastebin.' . $name);
92
}
93
-}
+}
0 commit comments