|
@@ -41,7 +41,7 @@ |
|
|
block discarded – undo |
|
41
|
41
|
{ |
|
42
|
42
|
$this->pdo->setAttribute(\PDO::ATTR_ERRMODE, \PDO::ERRMODE_EXCEPTION); |
|
43
|
43
|
$this->bind()->annotatedWith(SessionStorage::class)->toInstance($this->pdo); |
|
44
|
|
- $this->bind(\SessionHandlerInterface::class)->toConstructor(PdoSessionHandler::class, 'pdoOrDsn=' . SessionStorage::class); |
|
|
44
|
+ $this->bind(\SessionHandlerInterface::class)->toConstructor(PdoSessionHandler::class, 'pdoOrDsn='.SessionStorage::class); |
|
45
|
45
|
|
|
46
|
46
|
$this->bind()->annotatedWith(SessionOptions::class)->toInstance($this->options); |
|
47
|
47
|
|
Please login to merge, or discard this patch.