8
0
mirror of https://git.d3data.de/3rdParty/captcha-module.git synced 2025-04-13 09:31:41 +02:00
2023-07-18 14:59:11 +00:00

13 lines
245 B
PHP

<?php
declare(strict_types=1);
namespace OxidProfessionalServices\Captcha\Application\Component\Widget;
use OxidProfessionalServices\Captcha\Application\Shared\Captcha;
class ArticleDetails extends ArticleDetails_parent
{
use Captcha;
}