Merge pull request #1045 from franzliedke/patch-29

Simplify extending the database session driver
This commit is contained in:
Taylor Otwell 2012-08-03 07:44:04 -07:00
commit bc34498a7c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class Database extends Driver implements Sweeper {
*
* @var Connection
*/
private $connection;
protected $connection;
/**
* Create a new database session driver.