| Current Path : /var/www/html/jppmportal/frontend/controllers/ |
| Current File : /var/www/html/jppmportal/frontend/controllers/UpTestController.php |
<?php
namespace frontend\controllers;
class UpTestController extends \yii\web\Controller
{
public function actionIndex()
{
return $this->render('index');
}
}