Commit e86cd79b by Franz Liedke

Make database connection protected in session driver.

parent 7256dc2a
......@@ -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