Fix paths after composer.* files move
This commit is contained in:
parent
f784f483a8
commit
03b109dcb5
12 changed files with 24 additions and 19 deletions
|
@ -6,7 +6,7 @@ define("RMQ_INI_TEMP_PATH", "/tmp/rabbitmq.ini.tmp");
|
|||
// load autoloader since this files is an entry path see
|
||||
// the end of the file for the "server" that is being
|
||||
// executed.
|
||||
require_once __DIR__ . '/../../../vendor/autoload.php';
|
||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||
|
||||
/**
|
||||
* Class Setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue