<?php
/**
* Short description for the file.
*
* @author Komma <support@komma.pro>
* @copyright (c) 2012-2015, Komma Mediadesign
*/
namespace Komma\Photos\Models;
class PhotoTranslation extends \Komma\Kms\Photos\Models\PhotoTranslation
{
public $kmsClass = 'Komma\\Kms\\Photos\\Models\\PhotoTranslation';
}