mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:50:11 +00:00
Add DI to ParsedLogIterator, replace constructors with fluent api
This commit is contained in:
parent
a62124285d
commit
ec4f53d56f
5 changed files with 88 additions and 27 deletions
|
@ -394,6 +394,14 @@ abstract class DI
|
|||
return self::$dice->create(Model\Storage\IWritableStorage::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Model\Log\ParsedLogIterator
|
||||
*/
|
||||
public static function parsedLogIterator()
|
||||
{
|
||||
return self::$dice->create(Model\Log\ParsedLogIterator::class);
|
||||
}
|
||||
|
||||
//
|
||||
// "Network" namespace
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue