Skip to content

Commit

Permalink
Removed extra coma
Browse files Browse the repository at this point in the history
  • Loading branch information
ihorvansach committed Apr 16, 2024
1 parent e58cb0d commit d05dd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/ResourceModel/Category.php
Expand Up @@ -263,7 +263,7 @@ public function lookupStoreIds($categoryId)
$adapter = $this->getConnection();

$select = $adapter->select()->from(
$this->getTable('magefan_blog_category_store'),
$this->getTable('magefan_blog_category_store')
);

$result = [];
Expand Down

0 comments on commit d05dd2c

Please sign in to comment.