File "StorageFactory.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping-pro/vendor/wpdesk/wp-builder/src/Storage/StorageFactory.php
File size: 189 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace WPDesk\PluginBuilder\Storage;

class StorageFactory {

	/**
	 * @return PluginStorage
	 */
	public function create_storage() {
		return new WordpressFilterStorage();
	}
}