Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()

This commit is contained in:
nupplaPhil 2019-12-16 00:36:31 +01:00
parent 5609e94b05
commit e93fba5136
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
10 changed files with 17 additions and 28 deletions

View file

@ -41,7 +41,7 @@ class System
*/
public static function removedBaseUrl(string $orig_url)
{
return DI::app()->removeBaseURL($orig_url);
return DI::baseUrl()->remove($orig_url);
}
/**