8 lines
152 B
PHP
8 lines
152 B
PHP
<?php
|
|
|
|
/* Stuff not related to upgrading database +
|
|
* config files goes here. */
|
|
class AirtimeMiscUpgrade{
|
|
public static function start(){
|
|
}
|
|
}
|