Просмотр поста #448157: JohnCMS 7.0.0

.
Devendraoli
how can i setup my class to work with zend service manager
copied files to system/johncms/

Added
namespace Johncms;
use Interop\Container\ContainerInterface;


I want to use like
$myclass = $container->get(Johncms\myclass::class);