Ejemplo n.º 1
0
 public function __construct($config = [])
 {
     $this->tableName = 'user';
     parent::__construct($config);
 }