Skip to content

Commit abf3734

Browse files
Update user_guide_src/source/cli/cli_generators.rst
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
1 parent a12263b commit abf3734

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/cli/cli_generators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ generation.
313313
Declaring the Location of a Custom Generator Command Template
314314
*************************************************************
315315

316-
The default order of lookup for generator templates is first, the template defined in the **app/Config/Generators.php** file,
317-
and if not found, the template will be looked up at the ``CodeIgniter\Commands\Generators\Views`` namespace.
316+
The default order of lookup for generator templates is (1) the template defined in the **app/Config/Generators.php** file,
317+
and (2) if not found, the template found at the ``CodeIgniter\Commands\Generators\Views`` namespace.
318318

319319
To declare the template location for your custom generator command, you will need to add it to the **app/Config/Generators.php**
320320
file. For example, if you have a command ``make:awesome-command`` and your generator template is located within your *app*

0 commit comments

Comments
 (0)