13 lines
209 B
PHP
Executable File
13 lines
209 B
PHP
Executable File
<?php
|
|
|
|
namespace MauticPlugin\MauticSocialBundle\Entity;
|
|
|
|
use Mautic\CoreBundle\Entity\CommonRepository;
|
|
|
|
/**
|
|
* @extends CommonRepository<TweetStat>
|
|
*/
|
|
class TweetStatRepository extends CommonRepository
|
|
{
|
|
}
|