1
0
Fork 0
mirror of https://github.com/janickiy/yii2-nomer synced 2025-02-14 19:11:49 +00:00
yii2-nomer/controllers/WcallerController.php
2020-02-05 06:34:26 +03:00

12 lines
No EOL
188 B
PHP

<?php
namespace app\controllers;
use yii\web\Controller;
class WcallerController extends Controller {
public function actionIndex() {
return $this->render("index");
}
}