Skip to content

Commit da394c2

Browse files
committed
Release v4.3.5
1 parent dcf37da commit da394c2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/Config/App.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ class App extends BaseConfig
9494
* by the application in descending order of priority. If no match is
9595
* found, the first locale will be used.
9696
*
97+
* IncomingRequest::setLocale() also uses this list.
98+
*
9799
* @var string[]
98100
*/
99101
public array $supportedLocales = ['en'];

app/Config/Generators.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Generators extends BaseConfig
2727
*/
2828
public array $views = [
2929
'make:cell' => 'CodeIgniter\Commands\Generators\Views\cell.tpl.php',
30+
'make:cell_view' => 'CodeIgniter\Commands\Generators\Views\cell_view.tpl.php',
3031
'make:command' => 'CodeIgniter\Commands\Generators\Views\command.tpl.php',
3132
'make:config' => 'CodeIgniter\Commands\Generators\Views\config.tpl.php',
3233
'make:controller' => 'CodeIgniter\Commands\Generators\Views\controller.tpl.php',

0 commit comments

Comments
 (0)