Skip to content

Commit

Permalink
Define Base::$pdo property as protected.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukka Svahn committed May 14, 2013
1 parent f777398 commit eb6a146
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Rah/Danpu/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ abstract class Base

protected $config;

/**
* An instance of PDO
*
* @var \PDO
*/

protected $pdo;

/**
* An array of tables in the database.
*
Expand Down

0 comments on commit eb6a146

Please sign in to comment.