Spaces:
No application file
No application file
namespace Mautic\FormBundle\Entity; | |
use Mautic\CoreBundle\Entity\CommonRepository; | |
/** | |
* @extends CommonRepository<Action> | |
*/ | |
class ActionRepository extends CommonRepository | |
{ | |
} | |