Skip to content

Commit

Permalink
Merge pull request #2485 from jreklund/userguide-cli
Browse files Browse the repository at this point in the history
Typo in user guide "Running via the Command Line"
  • Loading branch information
lonnieezell authored Jan 13, 2020
2 parents 80aa37e + 8d5ea8f commit 95a2114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/cli/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Let's create a simple controller so you can see it in action. Using your
text editor, create a file called Tools.php, and put the following code
in it::

<?php namespace App\Controller;
<?php namespace App\Controllers;

use CodeIgniter\Controller;

Expand Down

0 comments on commit 95a2114

Please sign in to comment.