homepagePHP/app/Common/Model/AreaModel.class.php

13 lines
315 B
PHP
Executable File

<?php
namespace Common\Model;
use Gy_Library\GyModel;
use Gy_Library\DBCont;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
class AreaModel extends \Gy_Library\GyModel{
}