File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ class App extends BaseConfig
105105 *
106106 * The default timezone that will be used in your application to display
107107 * dates with the date helper, and can be retrieved through app_timezone()
108+ *
109+ * @see https://www.php.net/manual/en/timezones.php for list of timezones supported by PHP.
108110 */
109111 public string $ appTimezone = 'UTC ' ;
110112
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ class Generators extends BaseConfig
2626 * @var array<string, string>
2727 */
2828 public array $ views = [
29+ 'make:cell ' => 'CodeIgniter\Commands\Generators\Views\cell.tpl.php ' ,
2930 'make:command ' => 'CodeIgniter\Commands\Generators\Views\command.tpl.php ' ,
3031 'make:config ' => 'CodeIgniter\Commands\Generators\Views\config.tpl.php ' ,
3132 'make:controller ' => 'CodeIgniter\Commands\Generators\Views\controller.tpl.php ' ,
Original file line number Diff line number Diff line change 4747 * ---------------------------------------------------------------
4848 *
4949 * The CodeIgniter class contains the core functionality to make
50- * the application run, and does all of the dirty work to get
50+ * the application run, and does all the dirty work to get
5151 * the pieces all working together.
5252 */
5353
6060 *---------------------------------------------------------------
6161 * LAUNCH THE APPLICATION
6262 *---------------------------------------------------------------
63- * Now that everything is setup , it's time to actually fire
63+ * Now that everything is set up , it's time to actually fire
6464 * up the engines and make this app do its thang.
6565 */
6666
You can’t perform that action at this time.
0 commit comments