Просмотр файла app/Services/Request.php
- <?php
- declare(strict_types=1);
- namespace App\Services;
- class Request extends \Slim\Psr7\Request
- {
- public function getIp()
- {
- //
- }
- }
- <?php
- declare(strict_types=1);
- namespace App\Services;
- class Request extends \Slim\Psr7\Request
- {
- public function getIp()
- {
- //
- }
- }