Microweber\Utils\Adapters\Config\ConfigSave::__construct PHP Метод

__construct() публичный Метод

public __construct ( $app )
    public function __construct($app)
    {
        $this->app = $app;
        $items = (array) $app->make('config');
        $items = end($items);
        parent::__construct($items);
        $this->init();
    }