Skip to content

Commit

Permalink
Change version to 1.3.0 on the Database class
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed May 10, 2022
1 parent 1a30cdc commit ff034c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* You can obtain one at https://mozilla.org/MPL/2.0/.
* @license MPL-2.0 https://mozilla.org/MPL/2.0/
* @source https://github.com/wdes/simple-php-model-system
* @version 1.2.1
* @version 1.3.0
*/

/**
Expand Down Expand Up @@ -155,7 +155,7 @@ public function getConnection(): PDO
}

/**
* @since 1.2.1
* @since 1.3.0
*/
public function getDbName(): string
{
Expand Down

0 comments on commit ff034c4

Please sign in to comment.