From cd1faa5066e855f81717f2cf72d3b505bdf405ef Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 16 Jun 2019 23:13:29 +0300 Subject: [PATCH] Flextype Core: fixes and refactoring #154 --- flextype/routes/web.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/flextype/routes/web.php b/flextype/routes/web.php index b8db77d9..112bd494 100644 --- a/flextype/routes/web.php +++ b/flextype/routes/web.php @@ -1,5 +1,15 @@ + * @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;