1 | <?php namespace {namespace}; |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
2 | |||
3 | use CodeIgniter\Config\BaseConfig; |
||
4 | |||
5 | /** |
||
6 | * Short description of this class usages |
||
7 | * |
||
8 | * @class {name} |
||
9 | * @generated_by CI-Recharge |
||
10 | * @package {namespace} |
||
11 | * @extend BaseConfig |
||
12 | * @created_at {created_at} |
||
13 | */ |
||
14 | |||
15 | class {name} extends BaseConfig |
||
16 | { |
||
17 | // |
||
18 | } |
||
19 |