Skip to content

Commit d05dd2c

Browse files
committed
Removed extra coma
1 parent e58cb0d commit d05dd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/ResourceModel/Category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public function lookupStoreIds($categoryId)
263263
$adapter = $this->getConnection();
264264

265265
$select = $adapter->select()->from(
266-
$this->getTable('magefan_blog_category_store'),
266+
$this->getTable('magefan_blog_category_store')
267267
);
268268

269269
$result = [];

0 commit comments

Comments
 (0)