Skip to content

Commit

Permalink
Improve class exists, DEV-362
Browse files Browse the repository at this point in the history
  • Loading branch information
RanaMuhammadIrshad committed Feb 10, 2024
1 parent aeae369 commit 13739f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/StoreUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Magento\Store\Model\Store;
use MageWorx\SeoBase\Helper\StoreUrl as MageworxStoreUrl;

if (class_exists('MageWorx\SeoBase\Helper\StoreUrl')) {
if (class_exists(MageWorx\SeoBase\Helper\StoreUrl::class)) {

class StoreUrl extends MageworxStoreUrl
{
Expand Down

0 comments on commit 13739f1

Please sign in to comment.