Skip to content

Commit

Permalink
docs(Database): put ellipsis into a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinsh committed Aug 12, 2023
1 parent 7b3e91f commit 9727113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/database/guide/database/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Kohana comes with a robust module for working with databases. By default, the da
The database module needs to be enabled before you can use it. To enable, open your `application/bootstrap.php` file and modify the call to [Kohana::modules] by including the database module like so:

Kohana::modules([
...
// ...
'database' => MODPATH . 'database',
...
// ...
]);

Next, you will then need to [configure](config) the database module to connect to your database.
Expand Down

0 comments on commit 9727113

Please sign in to comment.