Bolt\Extension\AssetTrait::addJquery PHP Method

addJquery() protected method

Add jQuery to the output.
Deprecation: Deprecated since 3.0, to be removed in 4.0.
protected addJquery ( )
    protected function addJquery()
    {
        $this->getContainer()['config']->set('general/add_jquery', true);
    }