Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 42a4676

Browse files
authored
Merge pull request #9304 from #9304
[Imported] Fix typo, we should use an alias for parent class
2 parents df94bff + f7cf9ad commit 42a4676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/extension-dev-guide/admin-grid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,9 @@ The resource model class translates to `app/code/Dev/Grid/Model/ResourceModel/Ca
416416

417417
namespace Dev\Grid\Model\ResourceModel;
418418

419-
use Magento\Catalog\Model\ResourceModel\Category;
419+
use Magento\Catalog\Model\ResourceModel\Category as BaseCategory;
420420

421-
class Category extends Category
421+
class Category extends BaseCategory
422422
{
423423
}
424424
```

0 commit comments

Comments
 (0)