Zwischenstand
This commit is contained in:
17
Classes/Domain/Model/Voter.php
Normal file
17
Classes/Domain/Model/Voter.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user