mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Transform ApiResponse::createXML() into dynamic method
This commit is contained in:
parent
319f91301d
commit
f28e64299e
3 changed files with 19 additions and 8 deletions
|
@ -430,6 +430,15 @@ abstract class DI
|
|||
return self::$dice->create(Model\Log\ParsedLogIterator::class);
|
||||
}
|
||||
|
||||
//
|
||||
// "Module" namespace
|
||||
//
|
||||
|
||||
public static function apiResponse(): Module\Api\ApiResponse
|
||||
{
|
||||
return self::$dice->create(Module\Api\ApiResponse::class);
|
||||
}
|
||||
|
||||
//
|
||||
// "Network" namespace
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue