remove germen language

This commit is contained in:
jayvirsinh_gohil
2019-11-16 10:50:23 +05:30
parent e0bad068de
commit b83f476f28
6 changed files with 4 additions and 44 deletions

View File

@ -11,7 +11,7 @@ trait SiteApi
protected static function getRemote($url, $data = array())
{
$base = 'http://crater-main.test/';
$base = 'https://craterapp.com/';
$client = new Client(['verify' => false, 'base_uri' => $base]);

View File

@ -69,7 +69,7 @@ class Updater
// Delete zip file
File::delete($file);
if (!File::copyDirectory($temp_path2.'/crater', base_path())) {
if (!File::copyDirectory($temp_path2.'/Crater', base_path())) {
return false;
}