18 lines
351 B
PHP
18 lines
351 B
PHP
|
<?php
|
||
|
|
||
|
/*
|
||
|
* This file is part of the package thucke/th-rating.
|
||
|
*
|
||
|
* For the full copyright and license information, please read the
|
||
|
* LICENSE file that was distributed with this source code.
|
||
|
*/
|
||
|
|
||
|
namespace WapplerSystems\BookmarksLikesRatings\Domain\Model;
|
||
|
|
||
|
/**
|
||
|
* The voter
|
||
|
*/
|
||
|
class Voter extends \TYPO3\CMS\Extbase\Domain\Model\FrontendUser
|
||
|
{
|
||
|
}
|