mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
11 lines
No EOL
184 B
PHP
11 lines
No EOL
184 B
PHP
<?php
|
|
namespace app\controllers;
|
|
|
|
use yii\web\Controller;
|
|
|
|
class AppsController extends Controller {
|
|
|
|
public function actionIndex() {
|
|
return $this->render("index");
|
|
}
|
|
} |