Skip to content

Commit 7a9629e

Browse files
committed
fix for hyperv installs
1 parent 0d9819d commit 7a9629e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/modules.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function has_module_db($module)
119119
* gets the database handler for a given module
120120
*
121121
* @param string $module the name of the module to get the dbh for
122-
* @return Db the database handler resource
122+
* @return MyDb\Generic the database handler resource
123123
*/
124124
function get_module_db($module)
125125
{
@@ -148,7 +148,7 @@ function get_module_db($module)
148148
} else {
149149
return clone $default_dbh;
150150
}
151-
151+
152152
}
153153
}
154154
}

0 commit comments

Comments
 (0)