Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
[update] remove future needed method
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehristov committed Jun 19, 2020
1 parent 34c5409 commit a7b392b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/Debug/Profiler/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ class Connection extends Connection_Proxy
/** @var int Count of rows iterated */
protected $rows = 0;

public static function createDriver(array $dsn)
{
return static::create($dsn['rest'], $dsn['user'], $dsn['pass']);
}

/**
* Iterate (yield) array.
*
Expand Down
5 changes: 0 additions & 5 deletions src/Debug/Stopwatch/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ class Connection extends Connection_Proxy
*/
protected $startTime;

public static function createDriver(array $dsn)
{
return static::create($dsn['rest'], $dsn['user'], $dsn['pass']);
}

/**
* Execute expression.
*
Expand Down

0 comments on commit a7b392b

Please sign in to comment.