Skip to content

Commit 322e7a4

Browse files
author
Anton Evers
committed
remove leading backslash from import name
1 parent 249863e commit 322e7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cron/Observer/ProcessCronQueueObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Magento\Framework\App\State;
1313
use Magento\Framework\Console\Cli;
1414
use Magento\Framework\Event\ObserverInterface;
15-
use \Magento\Cron\Model\Schedule;
15+
use Magento\Cron\Model\Schedule;
1616

1717
/**
1818
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)

0 commit comments

Comments
 (0)