Bolt\Provider\ConfigServiceProvider::boot PHP Method

boot() public method

public boot ( Silex\Application $app )
$app Silex\Application
    public function boot(Application $app)
    {
        $app['config']->doReplacements();
        /** @var EventDispatcherInterface $dispatcher */
        $dispatcher = $app['dispatcher'];
        $dispatcher->addSubscriber($app['config.listener']);
    }
ConfigServiceProvider