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