$backupDir );
};
$container['shopware.container'
] =
function D
) use ($me) { require_once SW_PATH . DIRECTORY_SEPARATOR . 'autoload.php';
$kernel =
new \Shopware\
Kernel('production', false
);
$kernel->
boot();
$container =
$kernel->
getContainer();
$container->
get('models'
)->
generateAttributeModels();
return $container;
};
$container['shopware.theme_installer'
] =
function D
$c) { $shopwareContainer =
$c['shopware.container'
];
/* @var \Shopware\Components\Theme\Installer $themeInstaller */
return $shopwareContainer->
get('theme_installer'
);
};