📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 12:09:40
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
Http
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/Http
🔄 Refresh
✏️
Editing: ResponseExtensionInterface.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Http; interface ResponseExtensionInterface { /** * Renders the response by inserting the HTML response generated by the flasher library. * * @param RequestInterface $request the current request * @param ResponseInterface $response the current response * * @return ResponseInterface the modified response with the HTML response inserted */ public function render(RequestInterface $request, ResponseInterface $response): ResponseInterface; }
💾 Save Changes
❌ Cancel