We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbad1da commit e23f3eeCopy full SHA for e23f3ee
app/code/Magento/Cron/Setup/Recurring.php
@@ -6,7 +6,6 @@
6
7
namespace Magento\Cron\Setup;
8
9
-
10
use Magento\Framework\Setup\InstallSchemaInterface;
11
use Magento\Framework\Setup\ModuleContextInterface;
12
use Magento\Framework\Setup\SchemaSetupInterface;
@@ -29,7 +28,6 @@ class Recurring implements InstallSchemaInterface
29
28
public function __construct(
30
\Magento\Cron\Model\ResourceModel\Schedule $schedule
31
) {
32
33
$this->schedule = $schedule;
34
}
35
@@ -38,7 +36,6 @@ public function __construct(
38
36
*/
39
37
public function install(SchemaSetupInterface $setup, ModuleContextInterface $context)
40
{
41
42
$connection = $this->schedule->getConnection();
43
$connection->update(
44
$this->schedule->getMainTable(),
0 commit comments