| 1 | <?php | ||
| 15 | trait AuditAttributesTrait | ||
| 16 | { | ||
| 17 | use DateCreatedAttributeTrait, DateUpdatedAttributeTrait, UidAttributeTrait; | ||
| 18 | |||
| 19 | /** | ||
| 20 | * @inheritdoc | ||
| 21 | */ | ||
| 22 | public function auditRules() | ||
| 30 | |||
| 31 | /** | ||
| 32 | * @inheritdoc | ||
| 33 | */ | ||
| 34 | public function auditAttributes() | ||
| 42 | |||
| 43 | /** | ||
| 44 | * @inheritdoc | ||
| 45 | */ | ||
| 46 | public function auditAttributeLabels() | ||
| 54 | } | ||
| 55 |