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:
@@ -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
|
||||
|
@@ -1,10 +0,0 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* Flextype (http://flextype.org)
|
||||
* Founded by Sergey Romanenko and maintained by Flextype Community.
|
||||
*/
|
||||
|
||||
namespace Flextype;
|
Reference in New Issue
Block a user