We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3578b commit b24831cCopy full SHA for b24831c
1 file changed
PropelBundle.php
@@ -52,6 +52,9 @@ public function boot()
52
// Set the configuration created above, which has also been injected into the container as a service.
53
\Propel::setConfiguration($config);
54
55
+ // Initialize the propel.data_collector Service
56
+ $Factory->collector($this->container);
57
+
58
// The factory above sets the logging parameters in PropelConfiguration, if param 'propel.logging' is set.
59
if ($Factory->isPropelLogging($this->container)) {
60
\Propel::setLogger($this->container->get('propel.logger'));
0 commit comments