mirror of
https://github.com/flextype/flextype.git
synced 2025-08-15 17:44:17 +02:00
Flextype Slim Integration - next round of integration
This commit is contained in:
@@ -14,7 +14,6 @@ namespace Flextype;
|
||||
|
||||
use Flextype\Component\Arr\Arr;
|
||||
use Flextype\Component\Filesystem\Filesystem;
|
||||
use Flextype\Component\Registry\Registry;
|
||||
|
||||
class Entries
|
||||
{
|
||||
|
@@ -13,7 +13,6 @@
|
||||
namespace Flextype;
|
||||
|
||||
use Flextype\Component\Filesystem\Filesystem;
|
||||
use Flextype\Component\Registry\Registry;
|
||||
|
||||
class Fieldsets
|
||||
{
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
return $locales = [
|
||||
return [
|
||||
'af' => ['name' => 'Afrikaans', 'nativeName' => 'Afrikaans'],
|
||||
'af_ZA' => ['name' => 'Afrikaans', 'nativeName' => 'Afrikaans'],
|
||||
'ak' => ['name' => 'Akan', 'nativeName' => 'Akan'], // unverified native name
|
||||
|
@@ -12,7 +12,6 @@
|
||||
|
||||
namespace Flextype;
|
||||
|
||||
use Flextype\Component\Http\Http;
|
||||
use Thunder\Shortcode\ShortcodeFacade;
|
||||
use Thunder\Shortcode\Shortcode\ShortcodeInterface;
|
||||
|
||||
|
@@ -12,7 +12,6 @@
|
||||
|
||||
namespace Flextype;
|
||||
|
||||
use Flextype\Component\Http\Http;
|
||||
use Thunder\Shortcode\ShortcodeFacade;
|
||||
use Thunder\Shortcode\Shortcode\ShortcodeInterface;
|
||||
|
||||
|
@@ -12,7 +12,6 @@
|
||||
|
||||
namespace Flextype;
|
||||
|
||||
use Flextype\Component\Http\Http;
|
||||
use Thunder\Shortcode\ShortcodeFacade;
|
||||
use Thunder\Shortcode\Shortcode\ShortcodeInterface;
|
||||
|
||||
|
Reference in New Issue
Block a user