Initial
This commit is contained in:
10
system/Commands/Generators/Views/config.tpl.php
Normal file
10
system/Commands/Generators/Views/config.tpl.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<@php
|
||||
|
||||
namespace {namespace};
|
||||
|
||||
use CodeIgniter\Config\BaseConfig;
|
||||
|
||||
class {class} extends BaseConfig
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user