관리-도구
편집 파일: PresenterInterface.php
<?php declare(strict_types=1); namespace Flasher\Prime\Response\Presenter; use Flasher\Prime\Response\Response; interface PresenterInterface { public function render(Response $response): mixed; }