mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()
This commit is contained in:
parent
5609e94b05
commit
e93fba5136
10 changed files with 17 additions and 28 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue