1 | <?php |
||
7 | trait HumanTimestampAttributes |
||
8 | { |
||
9 | /** |
||
10 | * Format our created_at times nicely. |
||
11 | * |
||
12 | * @param string |
||
13 | */ |
||
14 | protected function getCreatedAtAttribute(Model $model) |
||
18 | |||
19 | /** |
||
20 | * Format our updated_at times nicely. |
||
21 | * |
||
22 | * @param string |
||
23 | */ |
||
24 | protected function getUpdatedAtAttribute(Model $model) |
||
28 | } |
||
29 |