Added basic comments on tasks
This commit is contained in:
@@ -18,7 +18,7 @@ require __DIR__.'/schema.php';
|
||||
abstract class Base
|
||||
{
|
||||
const APP_VERSION = 'master';
|
||||
const DB_VERSION = 7;
|
||||
const DB_VERSION = 8;
|
||||
|
||||
private static $dbInstance = null;
|
||||
protected $db;
|
||||
|
||||
Reference in New Issue
Block a user