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