Esempio n. 1
0
 public static function has()
 {
     $has = ['created_at' => null, 'updated_at' => null, 'updates' => null];
     return array_merge(parent::has(), $has);
 }