Example #1
0
 public static function has()
 {
     $has = ['created_at' => null, 'updated_at' => null, 'updates' => null];
     return array_merge(parent::has(), $has);
 }
Example #2
0
 public static function has()
 {
     $has = ['created_at' => null, 'updated_at' => null, 'updates' => null, 'hidden' => null, 'deleted' => null, 'author_id' => null, 'editor_id' => null];
     return array_merge(parent::has(), $has);
 }