6 lines
94 B
PHP
6 lines
94 B
PHP
<?php
|
|
public function updateVersion($version)
|
|
{
|
|
return parent::updateVersion($version);
|
|
}
|