mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:50:11 +00:00
Rewrite Process Model/Core
This commit is contained in:
parent
fe545cef74
commit
cdb61be06f
6 changed files with 82 additions and 60 deletions
|
@ -314,6 +314,13 @@ abstract class DI
|
|||
//
|
||||
// "Model" namespace instances
|
||||
//
|
||||
/**
|
||||
* @return Model\Process
|
||||
*/
|
||||
public static function modelProcess()
|
||||
{
|
||||
return self::$dice->create(Model\Process::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Model\User\Cookie
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue