<?php
namespace Models;
/**
 * anasayfa daki verilerin kullandığı model alanıdır
 * @author Selman TUNÇ <selmantunc@gmail.com>
 * @copyright Copyright (c) 2015 SELMAN TUNÇ

 * @link https://github.com/stnc/stnc-framework/
 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
 */

class Anasayfa_Model extends \Core\Model
{

}
