Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ulrikjohansson/idiorm int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
treffynnon committed Sep 3, 2013
2 parents 25cd48a + 3d52967 commit a1f5dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idiorm.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ protected static function _setup_db_config($connection_name) {
* This is public in case the ORM should use a ready-instantiated
* PDO object as its database connection. Accepts an optional string key
* to identify the connection if multiple connections are used.
* @param ORM $db
* @param PDO $db
* @param string $connection_name Which connection to use
*/
public static function set_db($db, $connection_name = self::DEFAULT_CONNECTION) {
Expand Down

0 comments on commit a1f5dc4

Please sign in to comment.