8 lines
163 B
PHP
8 lines
163 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* State service is used to encapsulate logic of changing of delivery execution state.
|
||
|
*/
|
||
|
|
||
|
return new \oat\taoDelivery\model\execution\StateService();
|