1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 11:51:28 +02:00

Flextype Core: fixes and refactoring #154

This commit is contained in:
Awilum
2019-06-16 23:13:29 +03:00
parent 0f790653ba
commit cd1faa5066

View File

@@ -1,5 +1,15 @@
<?php
/**
* @package Flextype
*
* @author Romanenko Sergey <hello@romanenko.digital>
* @link http://romanenko.digital
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Flextype;
use Psr\Http\Message\ResponseInterface as Response;