text changes to registration mail content
[namibia] / module / Workspace / src / Workspace / UseCase / ConditionAndBase.php
1 <?php
2 namespace Workspace\UseCase;
3
4
5 /**
6  * Condition set with AND base.
7  * @author andre.fourie
8  */
9 class ConditionAndBase extends ConditionBase
10 {
11
12         /**
13          * @var string
14          */
15         protected $base = ConditionBase::BASE_AND;
16
17
18 }