Skip to content

Commit

Permalink
Merge pull request codeigniter4#4834 from totoprayogo1916/fix-folder-doc
Browse files Browse the repository at this point in the history
rename `application` to `app`
  • Loading branch information
MGatner authored Jun 15, 2021
2 parents d454c87 + 4e2ecf3 commit fd19629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/sessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ setting**. The examples below work both on MySQL and PostgreSQL::
ALTER TABLE ci_sessions DROP PRIMARY KEY;

You can choose the Database group to use by adding a new line to the
**application\Config\App.php** file with the name of the group to use::
**app/Config/App.php** file with the name of the group to use::

public $sessionDBGroup = 'groupName';

Expand Down

0 comments on commit fd19629

Please sign in to comment.