is was not supposed to be committed.
This commit is contained in:
parent
1049d2dbd7
commit
4e4ea66fb6
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ class Redis extends \Redis
|
|||
|
||||
public function __call($name, $arguments)
|
||||
{
|
||||
\Kint::dump($name, $arguments);
|
||||
exit;
|
||||
foreach ($this->scripts as $script) {
|
||||
foreach ($script->getFunctionNames() as $functionName) {
|
||||
if (strtolower($name) == strtolower($functionName)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue