Files
pathfinder/app/main/model/SystemStatusModel.php

15 lines
197 B
PHP

<?php
/**
* Created by PhpStorm.
* User: exodus4d
* Date: 24.02.15
* Time: 21:53
*/
namespace Model;
class SystemStatusModel extends BasicModel {
protected $table = 'system_status';
}