add class Pimple to autloader
This commit is contained in:
parent
526100dc90
commit
6935364b33
2 changed files with 1 additions and 3 deletions
|
@ -404,6 +404,7 @@ class OC {
|
|||
self::$loader->registerPrefix('Symfony\\Component\\Routing', 'symfony/routing');
|
||||
self::$loader->registerPrefix('Symfony\\Component\\Console', 'symfony/console');
|
||||
self::$loader->registerPrefix('Patchwork', '3rdparty');
|
||||
self::$loader->registerPrefix('Pimple', '3rdparty/Pimple');
|
||||
spl_autoload_register(array(self::$loader, 'load'));
|
||||
|
||||
// set some stuff
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
|
||||
namespace OC\AppFramework\Utility;
|
||||
|
||||
// register 3rdparty autoloaders
|
||||
require_once __DIR__ . '/../../../../3rdparty/Pimple/Pimple.php';
|
||||
|
||||
/**
|
||||
* Class SimpleContainer
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue