This commit is contained in:
spektra2147 2022-02-16 15:12:28 +03:00
parent 84f26441c0
commit b6c7f0b127

View File

@ -10,7 +10,7 @@ class CatsModule extends Module
*
* @var bool
*/
protected $navigation = false;
protected $navigation = true;
/**
* The addon icon.
@ -31,6 +31,4 @@ class CatsModule extends Module
]
]
];
protected $parent = 'visiosoft.module.advs';
}