mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-02-14 19:11:49 +00:00
12 lines
No EOL
188 B
PHP
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");
|
|
}
|
|
|
|
} |