From 961146d0c0a5ba0b670fbcdfc0983b7818f57fc0 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 2 Dec 2020 13:53:48 +0300 Subject: [PATCH] refactor(dependencies): code formating and refactoring --- src/flextype/dependencies.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/flextype/dependencies.php b/src/flextype/dependencies.php index 1766f462..14d2267c 100644 --- a/src/flextype/dependencies.php +++ b/src/flextype/dependencies.php @@ -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 */