mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Add our vendor path to the include path
This commit is contained in:
parent
8bdde5adc5
commit
48a468b888
@ -141,6 +141,13 @@ abstract class ApplicationBootstrap
|
|||||||
$this->setupAutoloader();
|
$this->setupAutoloader();
|
||||||
$this->setupZendAutoloader();
|
$this->setupZendAutoloader();
|
||||||
|
|
||||||
|
set_include_path(
|
||||||
|
implode(
|
||||||
|
PATH_SEPARATOR,
|
||||||
|
array($this->vendorDir, get_include_path())
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
Benchmark::measure('Bootstrap, autoloader registered');
|
Benchmark::measure('Bootstrap, autoloader registered');
|
||||||
|
|
||||||
Icinga::setApp($this);
|
Icinga::setApp($this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user