Skip to content

Commit ff034c4

Browse files
committed
Change version to 1.3.0 on the Database class
1 parent 1a30cdc commit ff034c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Database.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* You can obtain one at https://mozilla.org/MPL/2.0/.
1818
* @license MPL-2.0 https://mozilla.org/MPL/2.0/
1919
* @source https://github.com/wdes/simple-php-model-system
20-
* @version 1.2.1
20+
* @version 1.3.0
2121
*/
2222

2323
/**
@@ -155,7 +155,7 @@ public function getConnection(): PDO
155155
}
156156

157157
/**
158-
* @since 1.2.1
158+
* @since 1.3.0
159159
*/
160160
public function getDbName(): string
161161
{

0 commit comments

Comments
 (0)