nhance_partner_be/system/Commands/Generators/Views/cell.tpl.php
2025-09-01 18:01:41 +05:30

11 lines
103 B
PHP
Executable File

<@php
namespace {namespace};
use CodeIgniter\View\Cells\Cell;
class {class} extends Cell
{
//
}