Rewrite Process Model/Core

This commit is contained in:
Philipp 2020-09-15 18:16:44 +02:00
parent fe545cef74
commit cdb61be06f
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
6 changed files with 82 additions and 60 deletions

View file

@ -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