Commit bc34498a by Taylor Otwell

Merge pull request #1045 from franzliedke/patch-29

Simplify extending the database session driver
parents 7256dc2a e86cd79b
......@@ -10,7 +10,7 @@ class Database extends Driver implements Sweeper {
*
* @var Connection
*/
private $connection;
protected $connection;
/**
* Create a new database session driver.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment