<?php
namespace KommaApp\Kms\Core\Models;
/**
* Short description for the file.
*
* @author Tim Van Samang <timvansamang@komma.pro>
* @copyright (c) 2012-2015, Komma Mediadesign
*/
use Illuminate\Database\Eloquent\Model;
class KmsModel extends Model
{
public $title = false;
public $thumbnail = false;
}