File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
namespace chillerlan \Database \Drivers ;
14
14
15
- use chillerlan \Database \DatabaseOptions ;
16
15
use chillerlan \Database \Dialects \MSSQL ;
16
+ use chillerlan \Traits \ContainerInterface ;
17
17
use PDO ;
18
18
use Psr \{
19
19
Log \LoggerInterface , SimpleCache \CacheInterface
@@ -30,11 +30,11 @@ class MSSqlSrvPDO extends PDODriverAbstract{
30
30
/**
31
31
* MSSqlSrvPDO constructor.
32
32
*
33
- * @param \chillerlan\Database\DatabaseOptions $options
33
+ * @param \chillerlan\Traits\ContainerInterface $options
34
34
* @param \Psr\SimpleCache\CacheInterface|null $cache
35
35
* @param \Psr\Log\LoggerInterface|null $log
36
36
*/
37
- public function __construct (DatabaseOptions $ options , CacheInterface $ cache = null , LoggerInterface $ log = null ){
37
+ public function __construct (ContainerInterface $ options , CacheInterface $ cache = null , LoggerInterface $ log = null ){
38
38
unset($ this ->pdo_options [PDO ::ATTR_EMULATE_PREPARES ]);
39
39
40
40
// @todo
You can’t perform that action at this time.
0 commit comments