kopie van
https://git.d3data.de/3rdParty/captcha-module.git
synced 2024-11-09 00:23:12 +01:00
13 regels
245 B
PHP
13 regels
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;
|
||
|
}
|