liip / LiipMonitorBundle

Integrates the LiipMonitor library into Symfony
http://liip.ch
467 stars 103 forks source link

Bugfix - If the project does not have Doctrine #192

Closed jewome62 closed 6 years ago

jewome62 commented 6 years ago

Since last release (2.7.1) with commit https://github.com/liip/LiipMonitorBundle/commit/c6efe9ab43614a8c016cfe037421b7f326ef84ae

A fakeConnection is created into load in LiipMonitorExtension with Connection Doctrine class But if you have not doctrine, that's crash : see #191

I have clean code to move this new affect into __construct

lsmith77 commented 6 years ago

thx!

lsmith77 commented 6 years ago

https://github.com/liip/LiipMonitorBundle/releases/tag/2.7.2