Skip to content

Commit

Permalink
rename application to app
Browse files Browse the repository at this point in the history
  • Loading branch information
totoprayogo1916 committed Jun 15, 2021
1 parent 3d0a4a7 commit 4e2ecf3
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 4e2ecf3

Please sign in to comment.