Skip to content

Commit ee8bbd4

Browse files
committed
Remove disconnect handlers property
1 parent 0db19e0 commit ee8bbd4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/DatabaseDriver.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,6 @@ abstract class DatabaseDriver implements DatabaseInterface, Log\LoggerAwareInter
203203
*/
204204
private $logger;
205205

206-
/**
207-
* @var callable[] List of callables to call just before disconnecting database
208-
* @since __DEPLOY_VERSION__
209-
*/
210-
protected $disconnectHandlers = array();
211-
212206
/**
213207
* Get a list of available database connectors. The list will only be populated with connectors that both
214208
* the class exists and the static test method returns true. This gives us the ability to have a multitude

0 commit comments

Comments
 (0)