initial commit
[namibia] / module / Workspace / src / Workspace / Contract / Recurring.php
1 <?php
2 namespace Workspace\Contract;
3
4
5 /**
6  * Basic recurring-execution contract (unlimited).
7  * @author andre.fourie
8  */
9 class Recurring extends AbstractBase
10 {
11         /**
12          * @var string
13          */
14         protected $lifeTime = 'Recurring';
15
16 }