Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
This commit is contained in:
@@ -2511,7 +2511,7 @@ class Item
|
||||
$guid = System::createUUID();
|
||||
}
|
||||
|
||||
return DI::app()->getBaseURL() . '/objects/' . $guid;
|
||||
return DI::baseUrl()->get() . '/objects/' . $guid;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user