Merge pull request #6601 from AdamWill/pimple-include
don't specify path to 3rdparty directory when registering Pimple autoloader
This commit is contained in:
commit
25a9311e94
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
namespace OC\AppFramework\Utility;
|
||||
|
||||
// register 3rdparty autoloaders
|
||||
require_once __DIR__ . '/../../../../3rdparty/Pimple/Pimple.php';
|
||||
require_once 'Pimple/Pimple.php';
|
||||
|
||||
/**
|
||||
* Class SimpleContainer
|
||||
|
|
Loading…
Reference in a new issue