We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a30cdc commit ff034c4Copy full SHA for ff034c4
src/Database.php
@@ -17,7 +17,7 @@
17
* You can obtain one at https://mozilla.org/MPL/2.0/.
18
* @license MPL-2.0 https://mozilla.org/MPL/2.0/
19
* @source https://github.com/wdes/simple-php-model-system
20
- * @version 1.2.1
+ * @version 1.3.0
21
*/
22
23
/**
@@ -155,7 +155,7 @@ public function getConnection(): PDO
155
}
156
157
158
- * @since 1.2.1
+ * @since 1.3.0
159
160
public function getDbName(): string
161
{
0 commit comments