Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-28 22:57:44 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-28 22:57:44 +0400
commit6935364b33b0fb8206a83b67aa9a8e6eb874a541 (patch)
treecaca2f9a37e817fcb9fcdbd68068d94c2f997684 /lib/private/appframework
parent526100dc90511bb3f37115c02fd449234ff6105c (diff)
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
*