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) |
||
22 | |||
23 | /** |
||
24 | * Format our updated_at times nicely. |
||
25 | * |
||
26 | * @param string |
||
27 | */ |
||
28 | protected function getUpdatedAtAttribute(Model $model) |
||
36 | } |
||
37 |