| Current Path : /var/www/html/taet.readinessglobal.com/wp-content/plugins/presto-player/inc/Services/ |
| Current File : /var/www/html/taet.readinessglobal.com/wp-content/plugins/presto-player/inc/Services/Migrations.php |
<?php
namespace PrestoPlayer\Services;
use PrestoPlayer\Database\Migrations as DatabaseMigrations;
class Migrations
{
public function register()
{
DatabaseMigrations::run();
}
}