summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-28 20:57:44 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-28 20:57:44 +0200
commit6935364b33b0fb8206a83b67aa9a8e6eb874a541 (patch)
treecaca2f9a37e817fcb9fcdbd68068d94c2f997684 /lib/private/appframework
parent526100dc90511bb3f37115c02fd449234ff6105c (diff)
downloadnextcloud-server-6935364b33b0fb8206a83b67aa9a8e6eb874a541.tar.gz
nextcloud-server-6935364b33b0fb8206a83b67aa9a8e6eb874a541.zip
add class Pimple to autloader
Diffstat (limited to 'lib/private/appframework')
-rw-r--r--lib/private/appframework/utility/simplecontainer.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/appframework/utility/simplecontainer.php b/lib/private/appframework/utility/simplecontainer.php
index 9197ec13853..1ad06b9ab23 100644
--- a/lib/private/appframework/utility/simplecontainer.php
+++ b/lib/private/appframework/utility/simplecontainer.php
@@ -2,9 +2,6 @@
namespace OC\AppFramework\Utility;
-// register 3rdparty autoloaders
-require_once __DIR__ . '/../../../../3rdparty/Pimple/Pimple.php';
-
/**
* Class SimpleContainer
*