$check =
new RequirementsPath(SW_PATH, SW_PATH . '/engine/Shopware/Components/Check/Data/Path.xml'
);
$check->
addFile('recovery/install/data'
);
return $check;
};
$container['db'
] =
function D
$c) { throw new RuntimeException('Identifier DB not initialized yet'
);
};
$container['config.writer'
] =
function D
$c) { return new ConfigWriter(SW_PATH . '/config.php'
);
};
$container['webserver.check'
] =
function D
$c) { return new WebserverCheck( $c['config'
]['check.ping_url'
],
$c['config'
]['check.check_url'
],
$c['config'
]['check.token.path'
],
$c['http-client'
] );
};