From dc6418e888874a0ab4f6d1a136479c96236a0132 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 6 Nov 2018 13:11:01 +0100 Subject: [PATCH] vendor/autoload: no failure on master, show error --- vendor/autoload.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vendor/autoload.php 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'); +}