for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace kalanis\Pohoda\Type;
use kalanis\Pohoda\AbstractAgenda;
use kalanis\Pohoda\Common;
class CurrencyHome extends AbstractAgenda
{
use Common\SetNamespaceTrait;
/**
* {@inheritDoc}
*/
protected function getDefaultDto(): Common\Dtos\AbstractDto
return new Dtos\CurrencyHomeDto();
}