Controller wird nicht angelegt

Hey, warum wird mein Controller nicht erzeugt? Ich kann kein Fehler finden: [code][<?php class Shopware_Plugins_Backend_Vrpay_Bootstrap extends Shopware_Components_Plugin_Bootstrap

{

public function install()

{	

	
	$event = $this->createEvent( 'Enlight\_Controller\_Dispatcher\_ControllerPath\_Frontend\_Vrpay', 'onGetControllerPath' ); $this-\>subscribeEvent($event); $event = $this-\>createEvent( 'Enlight\_Controller\_Action\_PostDispatch\_Frontend\_Checkout', 'onPostDispatch' ); $this-\>subscribeEvent($event); return true; } } /code]