map/system/connection update functionality (backend)
This commit is contained in:
15
app/main/model/SystemStatusModel.php
Normal file
15
app/main/model/SystemStatusModel.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: exodus4d
|
||||
* Date: 24.02.15
|
||||
* Time: 21:53
|
||||
*/
|
||||
|
||||
namespace Model;
|
||||
|
||||
|
||||
class SystemStatusModel extends BasicModel {
|
||||
|
||||
protected $table = 'system_status';
|
||||
}
|
||||
Reference in New Issue
Block a user