1 | <?php |
||
10 | abstract class ChocolateyModel extends Model |
||
11 | { |
||
12 | /** |
||
13 | * Remove Useless Updated At. |
||
14 | * |
||
15 | * @return null |
||
16 | */ |
||
17 | public function getUpdatedAtColumn() |
||
20 | |||
21 | /** |
||
22 | * Remove Useless Updated At. |
||
23 | * |
||
24 | * @param mixed $value |
||
25 | * |
||
26 | * @return $this |
||
27 | */ |
||
28 | public function setUpdatedAt($value) |
||
32 | } |
||
33 |