Nwidart\Modules\Json::save PHP Method

save() public method

Save the current attributes array to the file storage.
public save ( ) : boolean
return boolean
    public function save()
    {
        return $this->filesystem->put($this->getPath(), $this->toJsonPretty());
    }