?AlkantarClanX12
| Current Path : /home/rankinh/villavanille/wp-content/plugins/reviews-feed/class/Common/Migrations/ |
| 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()
{
}
}