diff --git a/vendor/autoload.php b/vendor/autoload.php new file mode 100644 index 0000000..2db896d --- /dev/null +++ b/vendor/autoload.php @@ -0,0 +1,20 @@ +addError( + 'reactbundle.master', + time(), + 'Please install a Release version of the Reactbundle module, not the GIT master' + ); + } + } + + $this->provideHook('ApplicationState', '\\Icinga\\Module\\Reactbundle\\ApplicationState'); +}