Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 337 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 337 Bytes

AdsBundle

First, add this line to your AppKernel

class AppKernel extends Kernel
{
    public function registerBundles()
    {    	
        $bundles = array(
            [...]
            new JT\AdsBundle\JTAdsBundle(),
            [...]
        );
        return $bundles;
    }
}