diff --git a/src/flextype/Foundation/Cors.php b/src/flextype/Foundation/Cors.php index 4c717a39..202afdf3 100644 --- a/src/flextype/Foundation/Cors.php +++ b/src/flextype/Foundation/Cors.php @@ -13,7 +13,6 @@ use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface; use function count; -use function Flextype\Support\flextype; use function implode; class Cors diff --git a/src/flextype/Foundation/Entries/Entries.php b/src/flextype/Foundation/Entries/Entries.php index ae16110d..7b7e9e95 100755 --- a/src/flextype/Foundation/Entries/Entries.php +++ b/src/flextype/Foundation/Entries/Entries.php @@ -15,7 +15,6 @@ use function array_merge; use function collect_filter; use function count; use function find_filter; -use function flextype; use function ltrim; use function md5; use function rename; diff --git a/src/flextype/Foundation/Media/MediaFiles.php b/src/flextype/Foundation/Media/MediaFiles.php index 43f4020b..0b3aa228 100644 --- a/src/flextype/Foundation/Media/MediaFiles.php +++ b/src/flextype/Foundation/Media/MediaFiles.php @@ -20,7 +20,6 @@ use function basename; use function chmod; use function exif_read_data; use function explode; -use function flextype; use function getimagesize; use function in_array; use function is_dir; diff --git a/src/flextype/Foundation/Media/MediaFilesMeta.php b/src/flextype/Foundation/Media/MediaFilesMeta.php index d50ac22e..f8d3fe96 100644 --- a/src/flextype/Foundation/Media/MediaFilesMeta.php +++ b/src/flextype/Foundation/Media/MediaFilesMeta.php @@ -12,8 +12,6 @@ namespace Flextype\Foundation\Media; use Flextype\Component\Arrays\Arrays; use Flextype\Component\Filesystem\Filesystem; -use function flextype; - class MediaFilesMeta { /** diff --git a/src/flextype/Foundation/Media/MediaFolders.php b/src/flextype/Foundation/Media/MediaFolders.php index a9298deb..82b7156a 100644 --- a/src/flextype/Foundation/Media/MediaFolders.php +++ b/src/flextype/Foundation/Media/MediaFolders.php @@ -13,7 +13,6 @@ use Flextype\Component\Filesystem\Filesystem; use Slim\Http\Environment; use Slim\Http\Uri; -use function flextype; use function rename; use function str_replace; diff --git a/src/flextype/Foundation/Plugins.php b/src/flextype/Foundation/Plugins.php index d5209edf..fa92b992 100755 --- a/src/flextype/Foundation/Plugins.php +++ b/src/flextype/Foundation/Plugins.php @@ -19,7 +19,6 @@ use function array_diff_key; use function array_replace_recursive; use function count; use function filemtime; -use function flextype; use function is_array; use function md5; use function trim; diff --git a/src/flextype/bootstrap.php b/src/flextype/bootstrap.php index 62870a48..6ffd075d 100755 --- a/src/flextype/bootstrap.php +++ b/src/flextype/bootstrap.php @@ -22,7 +22,6 @@ use Whoops\Util\Misc; use function date_default_timezone_set; use function error_reporting; use function file_exists; -use function flextype; use function function_exists; use function get_class; use function mb_internal_encoding; diff --git a/src/flextype/dependencies.php b/src/flextype/dependencies.php index 0d476743..e4ac7f37 100644 --- a/src/flextype/dependencies.php +++ b/src/flextype/dependencies.php @@ -54,7 +54,6 @@ use Thunder\Shortcode\ShortcodeFacade; use function date; use function extension_loaded; -use function flextype; use function in_array; use function sys_get_temp_dir;