mirror of
https://github.com/flextype/flextype.git
synced 2025-08-11 23:54:06 +02:00
Admin Panel: Settings Manager - code fixes and refactoring according to Scrutinizer Tests.
This commit is contained in:
@@ -3,19 +3,13 @@
|
||||
namespace Flextype;
|
||||
|
||||
use Flextype\Component\Arr\Arr;
|
||||
use Flextype\Component\Number\Number;
|
||||
use Flextype\Component\I18n\I18n;
|
||||
use Flextype\Component\Http\Http;
|
||||
use Flextype\Component\Event\Event;
|
||||
use Flextype\Component\Filesystem\Filesystem;
|
||||
use Flextype\Component\Session\Session;
|
||||
use Flextype\Component\Registry\Registry;
|
||||
use Flextype\Component\Token\Token;
|
||||
use Flextype\Component\Text\Text;
|
||||
use Flextype\Component\Form\Form;
|
||||
use Flextype\Component\Notification\Notification;
|
||||
use function Flextype\Component\I18n\__;
|
||||
use Gajus\Dindent\Indenter;
|
||||
|
||||
class SettingsManager
|
||||
{
|
||||
|
Reference in New Issue
Block a user