Implement rules in API.

This commit is contained in:
James Cole
2018-06-30 17:49:14 +02:00
parent 36a6981329
commit f13df7e605
6 changed files with 103 additions and 55 deletions

View File

@@ -47,6 +47,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property string $text
* @property int $order
* @property RuleGroup $ruleGroup
* @property int $rule_group_id
* @property string $description
*/
class Rule extends Model
{