prophiler icon indicating copy to clipboard operation
prophiler copied to clipboard

Small error in README.md

Open evolic opened this issue 7 years ago • 1 comments

There is:

$cache = \Fabfuel\Prophiler\Decorator\Phalcon\Cache\BackendDecorator($cacheBackend, $profiler);

There should be:

$cache = new \Fabfuel\Prophiler\Decorator\Phalcon\Cache\BackendDecorator($cacheBackend, $profiler);

evolic avatar Feb 06 '18 21:02 evolic

Just send PR :)

sergeyklay avatar Feb 07 '18 14:02 sergeyklay