?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/rankinh/villavanille/wp-content/plugins/reviews-feed/class/Common/Migrations/
Upload File :
Current File : /home/rankinh/villavanille/wp-content/plugins/reviews-feed/class/Common/Migrations/Reviews_Post.php

<?php

namespace SmashBalloon\Reviews\Common\Migrations;

use Smashballoon\Stubs\Services\ServiceProvider;

/**
 * Migration for Reviews Post table creation.
 */
class Reviews_Post extends ServiceProvider
{
	public function register()
	{
		$this->create_table();
	}

	private function create_table()
	{
	}
}