관리-도구
편집 파일: RequestExtensionInterface.php
<?php declare(strict_types=1); namespace Flasher\Prime\Http; interface RequestExtensionInterface { public function flash(RequestInterface $request, ResponseInterface $response): ResponseInterface; }