1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

refactor(dependencies): code formating and refactoring

This commit is contained in:
Awilum
2020-12-02 13:53:48 +03:00
parent 82e4c95391
commit 961146d0c0

View File

@@ -9,10 +9,10 @@ declare(strict_types=1);
namespace Flextype;
use Atomastic\Session\Session;
use Atomastic\Strings\Strings;
use Bnf\Slim3Psr15\CallableResolver;
use Cocur\Slugify\Slugify;
use Atomastic\Strings\Strings;
use Atomastic\Session\Session;
use Flextype\Foundation\Cors;
use Flextype\Foundation\Entries\Entries;
use Flextype\Foundation\Media\MediaFiles;
@@ -55,10 +55,10 @@ use Thunder\Shortcode\ShortcodeFacade;
use function date;
use function extension_loaded;
use function flextype;
use function in_array;
use function sys_get_temp_dir;
/**
* Create a standard session hanndler
*/