mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-21 02:19:47 +00:00
6 lines
No EOL
104 B
PHP
6 lines
No EOL
104 B
PHP
<?php
|
|
|
|
class CrudGenerator extends CCodeGenerator
|
|
{
|
|
public $codeModel='gii.generators.crud.CrudCode';
|
|
} |