From 1ba14cf4800ef1b4d4f7fbb59237147abb1f6adf Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 14 Jul 2020 20:15:23 +0300 Subject: [PATCH] feat(element-queries): infrastructure changes #436 --- src/flextype/{Fundation => Foundation}/Cache/AcpuAdapter.php | 0 src/flextype/{Fundation => Foundation}/Cache/ArrayAdapter.php | 0 src/flextype/{Fundation => Foundation}/Cache/Cache.php | 0 .../{Fundation => Foundation}/Cache/CacheAdapterInterface.php | 0 .../{Fundation => Foundation}/Cache/FilesystemAdapter.php | 0 src/flextype/{Fundation => Foundation}/Cache/MemcachedAdapter.php | 0 src/flextype/{Fundation => Foundation}/Cache/RedisAdapter.php | 0 src/flextype/{Fundation => Foundation}/Cache/SQLite3Adapter.php | 0 src/flextype/{Fundation => Foundation}/Cache/WinCacheAdapter.php | 0 .../{Fundation => Foundation}/Cache/ZendDataCacheAdapter.php | 0 src/flextype/{Fundation => Foundation}/Config/Config.php | 0 src/flextype/{Fundation => Foundation}/Container/Container.php | 0 src/flextype/{Fundation => Foundation}/Cors/Cors.php | 0 src/flextype/{Fundation => Foundation}/Entries/Entries.php | 0 src/flextype/{Fundation => Foundation}/Media/MediaFiles.php | 0 src/flextype/{Fundation => Foundation}/Media/MediaFilesMeta.php | 0 src/flextype/{Fundation => Foundation}/Media/MediaFolders.php | 0 src/flextype/{Fundation => Foundation}/Media/MediaFoldersMeta.php | 0 src/flextype/{Fundation => Foundation}/Parsers/Markdown.php | 0 src/flextype/{Fundation => Foundation}/Parsers/Parser.php | 0 .../Parsers/shortcodes/EntriesShortcodeExtension.php | 0 .../Parsers/shortcodes/RegistryShortcodeExtension.php | 0 .../Parsers/shortcodes/UrlShortcodeExtension.php | 0 src/flextype/{Fundation => Foundation}/Plugins/Plugins.php | 0 .../{Fundation => Foundation}/Serializers/Frontmatter.php | 0 src/flextype/{Fundation => Foundation}/Serializers/Json.php | 0 src/flextype/{Fundation => Foundation}/Serializers/Serializer.php | 0 src/flextype/{Fundation => Foundation}/Serializers/Yaml.php | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename src/flextype/{Fundation => Foundation}/Cache/AcpuAdapter.php (100%) rename src/flextype/{Fundation => Foundation}/Cache/ArrayAdapter.php (100%) rename src/flextype/{Fundation => Foundation}/Cache/Cache.php (100%) rename src/flextype/{Fundation => Foundation}/Cache/CacheAdapterInterface.php (100%) rename src/flextype/{Fundation => Foundation}/Cache/FilesystemAdapter.php (100%) rename src/flextype/{Fundation => Foundation}/Cache/MemcachedAdapter.php (100%) rename src/flextype/{Fundation => Foundation}/Cache/RedisAdapter.php (100%) rename src/flextype/{Fundation => Foundation}/Cache/SQLite3Adapter.php (100%) rename src/flextype/{Fundation => Foundation}/Cache/WinCacheAdapter.php (100%) rename src/flextype/{Fundation => Foundation}/Cache/ZendDataCacheAdapter.php (100%) rename src/flextype/{Fundation => Foundation}/Config/Config.php (100%) rename src/flextype/{Fundation => Foundation}/Container/Container.php (100%) rename src/flextype/{Fundation => Foundation}/Cors/Cors.php (100%) rename src/flextype/{Fundation => Foundation}/Entries/Entries.php (100%) rename src/flextype/{Fundation => Foundation}/Media/MediaFiles.php (100%) rename src/flextype/{Fundation => Foundation}/Media/MediaFilesMeta.php (100%) rename src/flextype/{Fundation => Foundation}/Media/MediaFolders.php (100%) rename src/flextype/{Fundation => Foundation}/Media/MediaFoldersMeta.php (100%) rename src/flextype/{Fundation => Foundation}/Parsers/Markdown.php (100%) rename src/flextype/{Fundation => Foundation}/Parsers/Parser.php (100%) rename src/flextype/{Fundation => Foundation}/Parsers/shortcodes/EntriesShortcodeExtension.php (100%) rename src/flextype/{Fundation => Foundation}/Parsers/shortcodes/RegistryShortcodeExtension.php (100%) rename src/flextype/{Fundation => Foundation}/Parsers/shortcodes/UrlShortcodeExtension.php (100%) rename src/flextype/{Fundation => Foundation}/Plugins/Plugins.php (100%) rename src/flextype/{Fundation => Foundation}/Serializers/Frontmatter.php (100%) rename src/flextype/{Fundation => Foundation}/Serializers/Json.php (100%) rename src/flextype/{Fundation => Foundation}/Serializers/Serializer.php (100%) rename src/flextype/{Fundation => Foundation}/Serializers/Yaml.php (100%) diff --git a/src/flextype/Fundation/Cache/AcpuAdapter.php b/src/flextype/Foundation/Cache/AcpuAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/AcpuAdapter.php rename to src/flextype/Foundation/Cache/AcpuAdapter.php diff --git a/src/flextype/Fundation/Cache/ArrayAdapter.php b/src/flextype/Foundation/Cache/ArrayAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/ArrayAdapter.php rename to src/flextype/Foundation/Cache/ArrayAdapter.php diff --git a/src/flextype/Fundation/Cache/Cache.php b/src/flextype/Foundation/Cache/Cache.php similarity index 100% rename from src/flextype/Fundation/Cache/Cache.php rename to src/flextype/Foundation/Cache/Cache.php diff --git a/src/flextype/Fundation/Cache/CacheAdapterInterface.php b/src/flextype/Foundation/Cache/CacheAdapterInterface.php similarity index 100% rename from src/flextype/Fundation/Cache/CacheAdapterInterface.php rename to src/flextype/Foundation/Cache/CacheAdapterInterface.php diff --git a/src/flextype/Fundation/Cache/FilesystemAdapter.php b/src/flextype/Foundation/Cache/FilesystemAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/FilesystemAdapter.php rename to src/flextype/Foundation/Cache/FilesystemAdapter.php diff --git a/src/flextype/Fundation/Cache/MemcachedAdapter.php b/src/flextype/Foundation/Cache/MemcachedAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/MemcachedAdapter.php rename to src/flextype/Foundation/Cache/MemcachedAdapter.php diff --git a/src/flextype/Fundation/Cache/RedisAdapter.php b/src/flextype/Foundation/Cache/RedisAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/RedisAdapter.php rename to src/flextype/Foundation/Cache/RedisAdapter.php diff --git a/src/flextype/Fundation/Cache/SQLite3Adapter.php b/src/flextype/Foundation/Cache/SQLite3Adapter.php similarity index 100% rename from src/flextype/Fundation/Cache/SQLite3Adapter.php rename to src/flextype/Foundation/Cache/SQLite3Adapter.php diff --git a/src/flextype/Fundation/Cache/WinCacheAdapter.php b/src/flextype/Foundation/Cache/WinCacheAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/WinCacheAdapter.php rename to src/flextype/Foundation/Cache/WinCacheAdapter.php diff --git a/src/flextype/Fundation/Cache/ZendDataCacheAdapter.php b/src/flextype/Foundation/Cache/ZendDataCacheAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/ZendDataCacheAdapter.php rename to src/flextype/Foundation/Cache/ZendDataCacheAdapter.php diff --git a/src/flextype/Fundation/Config/Config.php b/src/flextype/Foundation/Config/Config.php similarity index 100% rename from src/flextype/Fundation/Config/Config.php rename to src/flextype/Foundation/Config/Config.php diff --git a/src/flextype/Fundation/Container/Container.php b/src/flextype/Foundation/Container/Container.php similarity index 100% rename from src/flextype/Fundation/Container/Container.php rename to src/flextype/Foundation/Container/Container.php diff --git a/src/flextype/Fundation/Cors/Cors.php b/src/flextype/Foundation/Cors/Cors.php similarity index 100% rename from src/flextype/Fundation/Cors/Cors.php rename to src/flextype/Foundation/Cors/Cors.php diff --git a/src/flextype/Fundation/Entries/Entries.php b/src/flextype/Foundation/Entries/Entries.php similarity index 100% rename from src/flextype/Fundation/Entries/Entries.php rename to src/flextype/Foundation/Entries/Entries.php diff --git a/src/flextype/Fundation/Media/MediaFiles.php b/src/flextype/Foundation/Media/MediaFiles.php similarity index 100% rename from src/flextype/Fundation/Media/MediaFiles.php rename to src/flextype/Foundation/Media/MediaFiles.php diff --git a/src/flextype/Fundation/Media/MediaFilesMeta.php b/src/flextype/Foundation/Media/MediaFilesMeta.php similarity index 100% rename from src/flextype/Fundation/Media/MediaFilesMeta.php rename to src/flextype/Foundation/Media/MediaFilesMeta.php diff --git a/src/flextype/Fundation/Media/MediaFolders.php b/src/flextype/Foundation/Media/MediaFolders.php similarity index 100% rename from src/flextype/Fundation/Media/MediaFolders.php rename to src/flextype/Foundation/Media/MediaFolders.php diff --git a/src/flextype/Fundation/Media/MediaFoldersMeta.php b/src/flextype/Foundation/Media/MediaFoldersMeta.php similarity index 100% rename from src/flextype/Fundation/Media/MediaFoldersMeta.php rename to src/flextype/Foundation/Media/MediaFoldersMeta.php diff --git a/src/flextype/Fundation/Parsers/Markdown.php b/src/flextype/Foundation/Parsers/Markdown.php similarity index 100% rename from src/flextype/Fundation/Parsers/Markdown.php rename to src/flextype/Foundation/Parsers/Markdown.php diff --git a/src/flextype/Fundation/Parsers/Parser.php b/src/flextype/Foundation/Parsers/Parser.php similarity index 100% rename from src/flextype/Fundation/Parsers/Parser.php rename to src/flextype/Foundation/Parsers/Parser.php diff --git a/src/flextype/Fundation/Parsers/shortcodes/EntriesShortcodeExtension.php b/src/flextype/Foundation/Parsers/shortcodes/EntriesShortcodeExtension.php similarity index 100% rename from src/flextype/Fundation/Parsers/shortcodes/EntriesShortcodeExtension.php rename to src/flextype/Foundation/Parsers/shortcodes/EntriesShortcodeExtension.php diff --git a/src/flextype/Fundation/Parsers/shortcodes/RegistryShortcodeExtension.php b/src/flextype/Foundation/Parsers/shortcodes/RegistryShortcodeExtension.php similarity index 100% rename from src/flextype/Fundation/Parsers/shortcodes/RegistryShortcodeExtension.php rename to src/flextype/Foundation/Parsers/shortcodes/RegistryShortcodeExtension.php diff --git a/src/flextype/Fundation/Parsers/shortcodes/UrlShortcodeExtension.php b/src/flextype/Foundation/Parsers/shortcodes/UrlShortcodeExtension.php similarity index 100% rename from src/flextype/Fundation/Parsers/shortcodes/UrlShortcodeExtension.php rename to src/flextype/Foundation/Parsers/shortcodes/UrlShortcodeExtension.php diff --git a/src/flextype/Fundation/Plugins/Plugins.php b/src/flextype/Foundation/Plugins/Plugins.php similarity index 100% rename from src/flextype/Fundation/Plugins/Plugins.php rename to src/flextype/Foundation/Plugins/Plugins.php diff --git a/src/flextype/Fundation/Serializers/Frontmatter.php b/src/flextype/Foundation/Serializers/Frontmatter.php similarity index 100% rename from src/flextype/Fundation/Serializers/Frontmatter.php rename to src/flextype/Foundation/Serializers/Frontmatter.php diff --git a/src/flextype/Fundation/Serializers/Json.php b/src/flextype/Foundation/Serializers/Json.php similarity index 100% rename from src/flextype/Fundation/Serializers/Json.php rename to src/flextype/Foundation/Serializers/Json.php diff --git a/src/flextype/Fundation/Serializers/Serializer.php b/src/flextype/Foundation/Serializers/Serializer.php similarity index 100% rename from src/flextype/Fundation/Serializers/Serializer.php rename to src/flextype/Foundation/Serializers/Serializer.php diff --git a/src/flextype/Fundation/Serializers/Yaml.php b/src/flextype/Foundation/Serializers/Yaml.php similarity index 100% rename from src/flextype/Fundation/Serializers/Yaml.php rename to src/flextype/Foundation/Serializers/Yaml.php