mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Remove var_dump()
This commit is contained in:
parent
20f63430f9
commit
ac16d2e7f5
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ class CacheItemPoolHelper implements CacheItemPoolInterface
|
||||||
}
|
}
|
||||||
|
|
||||||
$key = $this->_getRealKey($key);
|
$key = $this->_getRealKey($key);
|
||||||
var_dump($key);
|
|
||||||
return new CacheItemHelper($key, $this->_driver);
|
return new CacheItemHelper($key, $this->_driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue