- new import for static "region"/"constellation" universe data #515
- refactored DB connection handling - removed build.js (RequireJs is now handled by Gulp task)
This commit is contained in:
17
app/main/model/universe/basicuniversemodel.php
Normal file
17
app/main/model/universe/basicuniversemodel.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: exodu
|
||||
* Date: 29.07.2017
|
||||
* Time: 14:18
|
||||
*/
|
||||
|
||||
namespace Model\Universe;
|
||||
|
||||
|
||||
use Model\BasicModel;
|
||||
|
||||
class BasicUniverseModel extends BasicModel {
|
||||
|
||||
protected $db = 'DB_UNIVERSE';
|
||||
}
|
||||
Reference in New Issue
Block a user