Example #1
0
 /**
  * Extends the portability for tests
  *
  * {@inheritdoc]
  */
 public function addColumn(Column $column) : Model
 {
     parent::addColumn($column);
     return $this;
 }