<?php namespace KommaApp\Shop\Countries\Models;
use Illuminate\Database\Eloquent\Model;
/**
* Short description for the file.
*
* @author Jaap Faes <jaap@komma.pro>
* @copyright (c) 2012-2015, Komma Mediadesign
*/
class Country extends Model
{
protected $table = 'countries';
}