<?php declare(strict_types=1); namespace ImiApp\Model\PgSql; use Imi\Bean\Annotation\Inherit; use ImiApp\Model\PgSql\Base\FortuneBase; /** * Fortune * @Inherit */ class Fortune extends FortuneBase { }