From 304bd1391b881597e6640a1cc69e3654ed17f17b Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 1 Mar 2019 21:25:10 +0300 Subject: [PATCH] Flextype Slim Integration - next round of integration --- flextype/Entries.php | 1 - flextype/Fieldsets.php | 1 - flextype/locales/Locales.php | 2 +- flextype/shortcodes/ImagesShortcode.php | 1 - flextype/shortcodes/ImagesUrlShortcode.php | 1 - flextype/shortcodes/SiteUrlShortcode.php | 1 - 6 files changed, 1 insertion(+), 6 deletions(-) diff --git a/flextype/Entries.php b/flextype/Entries.php index e7d29b30..d9820b4e 100755 --- a/flextype/Entries.php +++ b/flextype/Entries.php @@ -14,7 +14,6 @@ namespace Flextype; use Flextype\Component\Arr\Arr; use Flextype\Component\Filesystem\Filesystem; -use Flextype\Component\Registry\Registry; class Entries { diff --git a/flextype/Fieldsets.php b/flextype/Fieldsets.php index 7b31ebae..b4eaba87 100644 --- a/flextype/Fieldsets.php +++ b/flextype/Fieldsets.php @@ -13,7 +13,6 @@ namespace Flextype; use Flextype\Component\Filesystem\Filesystem; -use Flextype\Component\Registry\Registry; class Fieldsets { diff --git a/flextype/locales/Locales.php b/flextype/locales/Locales.php index d7151040..8a7d0b1b 100644 --- a/flextype/locales/Locales.php +++ b/flextype/locales/Locales.php @@ -1,6 +1,6 @@ ['name' => 'Afrikaans', 'nativeName' => 'Afrikaans'], 'af_ZA' => ['name' => 'Afrikaans', 'nativeName' => 'Afrikaans'], 'ak' => ['name' => 'Akan', 'nativeName' => 'Akan'], // unverified native name diff --git a/flextype/shortcodes/ImagesShortcode.php b/flextype/shortcodes/ImagesShortcode.php index 2dec89c6..970ce64e 100644 --- a/flextype/shortcodes/ImagesShortcode.php +++ b/flextype/shortcodes/ImagesShortcode.php @@ -12,7 +12,6 @@ namespace Flextype; -use Flextype\Component\Http\Http; use Thunder\Shortcode\ShortcodeFacade; use Thunder\Shortcode\Shortcode\ShortcodeInterface; diff --git a/flextype/shortcodes/ImagesUrlShortcode.php b/flextype/shortcodes/ImagesUrlShortcode.php index 1eb7bf71..5df3464a 100644 --- a/flextype/shortcodes/ImagesUrlShortcode.php +++ b/flextype/shortcodes/ImagesUrlShortcode.php @@ -12,7 +12,6 @@ namespace Flextype; -use Flextype\Component\Http\Http; use Thunder\Shortcode\ShortcodeFacade; use Thunder\Shortcode\Shortcode\ShortcodeInterface; diff --git a/flextype/shortcodes/SiteUrlShortcode.php b/flextype/shortcodes/SiteUrlShortcode.php index 72dd220f..88a893f8 100644 --- a/flextype/shortcodes/SiteUrlShortcode.php +++ b/flextype/shortcodes/SiteUrlShortcode.php @@ -12,7 +12,6 @@ namespace Flextype; -use Flextype\Component\Http\Http; use Thunder\Shortcode\ShortcodeFacade; use Thunder\Shortcode\Shortcode\ShortcodeInterface;