PhpGitHooks\Infrastructure\Hook\CommitMsg::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        $appKernel = new AppKernel('dev', true);
        $appKernel->boot();
        $this->container = $appKernel->getContainer();
        parent::__construct('commit-msg');
    }