mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-17 03:08:18 +02:00
11 lines
163 B
PHP
11 lines
163 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Laminas\Stdlib;
|
|
|
|
class Response extends Message implements ResponseInterface
|
|
{
|
|
// generic response implementation
|
|
}
|