Fix wrong namespace for Core\System in App

This commit is contained in:
Hypolite Petovan 2018-10-22 18:07:00 -04:00 committed by GitHub
parent f6e064195a
commit 373df31817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2004,6 +2004,6 @@ class App
}
$redirectTo = $this->getBaseURL($ssl) . '/' . ltrim($toUrl, '/');
System::externalRedirect($redirectTo);
Core\System::externalRedirect($redirectTo);
}
}