$me->
get('store.api'
),
$me->
get('db'
),
$me->
get('shopware.version'
) );
};
$container['dummy.plugin.finder'
] =
function D
) { return new DummyPluginFinder(SW_PATH
);
};
$container['cleanup.files.finder'
] =
function D
) { return new CleanupFilesFinder(SW_PATH
);
};
$container['system.locker'
] =
function D
) { return new SystemLocker( SW_PATH . DIRECTORY_SEPARATOR . 'recovery' . DIRECTORY_SEPARATOR . 'install' . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'install.lock'
);
};
$container['controller.batch'
] =
function D
) use ($me) { return new BatchController( $me->
get('slim.request'
),