1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 05:07:41 +02:00

refactor(core): total refactor from the core next round #414

This commit is contained in:
Awilum
2020-03-15 12:37:23 +03:00
parent 213beb5bdf
commit 88519e450d
2 changed files with 3 additions and 18 deletions

View File

@@ -120,17 +120,12 @@ $flextype = $app->getContainer();
*/
include_once 'dependencies.php';
/**
* Include Middlewares
*/
include_once 'middlewares.php';
/**
* Include API ENDPOINTS
*/
include_once 'api/delivery/images.php';
include_once 'api/delivery/entries.php';
include_once 'api/delivery/registry.php';
include_once 'endpoints/delivery/images.php';
include_once 'endpoints/delivery/entries.php';
include_once 'endpoints/delivery/registry.php';
/**
* Set internal encoding

View File

@@ -1,10 +0,0 @@
<?php
declare(strict_types=1);
/**
* Flextype (http://flextype.org)
* Founded by Sergey Romanenko and maintained by Flextype Community.
*/
namespace Flextype;