| 1 | <?php |
||
| 20 | trait DateUpdatedAttributeTrait |
||
| 21 | { |
||
| 22 | use DateUpdatedRulesTrait, \flipbox\craft\ember\objects\DateUpdatedAttributeTrait; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return array |
||
| 26 | */ |
||
| 27 | protected function dateUpdatedAttributes(): array |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @inheritdoc |
||
| 36 | */ |
||
| 37 | public function dateUpdatedAttributeLabels(): array |
||
| 43 | } |
||
| 44 |