mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
9 lines
No EOL
116 B
PHP
9 lines
No EOL
116 B
PHP
<?php
|
|
|
|
class DefaultController extends Controller
|
|
{
|
|
public function actionIndex()
|
|
{
|
|
$this->render('index');
|
|
}
|
|
} |