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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user