Files
pathfinder/app/main/model/universe/basicuniversemodel.php
Exodus4D d00e550972 - new import for static "region"/"constellation" universe data #515
- refactored DB connection handling
- removed build.js (RequireJs is now handled by Gulp task)
2017-07-30 15:34:32 +02:00

17 lines
223 B
PHP

<?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';
}