We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c174fdb commit 03b406bCopy full SHA for 03b406b
1 file changed
app/Config/Database.php
@@ -10,14 +10,12 @@
10
class Database extends Config
11
{
12
/**
13
- * The directory that holds the Migrations
14
- * and Seeds directories.
+ * The directory that holds the Migrations and Seeds directories.
15
*/
16
public string $filesPath = APPPATH . 'Database' . DIRECTORY_SEPARATOR;
17
18
19
- * Lets you choose which connection group to
20
- * use if no other is specified.
+ * Lets you choose which connection group to use if no other is specified.
21
22
public string $defaultGroup = 'default';
23
@@ -53,8 +51,7 @@ class Database extends Config
53
51
];
54
52
55
56
- * This database connection is used when
57
- * running PHPUnit database tests.
+ * This database connection is used when running PHPUnit database tests.
58
*
59
* @var array<string, mixed>
60
0 commit comments