be nice and use a relative import so people can use the class without firing up owncloud
This commit is contained in:
parent
5b8c7a01e9
commit
526100dc90
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
namespace OC\AppFramework\Utility;
|
namespace OC\AppFramework\Utility;
|
||||||
|
|
||||||
// register 3rdparty autoloaders
|
// register 3rdparty autoloaders
|
||||||
require_once 'Pimple/Pimple.php';
|
require_once __DIR__ . '/../../../../3rdparty/Pimple/Pimple.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class SimpleContainer
|
* Class SimpleContainer
|
||||||
|
|
Loading…
Reference in a new issue