mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-20 18:09:54 +00:00
6 lines
No EOL
122 B
PHP
6 lines
No EOL
122 B
PHP
<?php
|
|
|
|
class ControllerGenerator extends CCodeGenerator
|
|
{
|
|
public $codeModel='gii.generators.controller.ControllerCode';
|
|
} |