Microweber\Utils\Adapters\Config\ConfigSave::__construct PHP Method

__construct() public method

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