Replace obsolete references to App baseURL and getApp by DI
This commit is contained in:
@@ -17,6 +17,6 @@ class Instance extends Api
|
||||
*/
|
||||
public static function rawContent(array $parameters = [])
|
||||
{
|
||||
System::jsonExit(InstanceEntity::get(self::getApp()));
|
||||
System::jsonExit(InstanceEntity::get());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user