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:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-05-03 00:43:19 +0400
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-05-03 00:43:19 +0400
commit906061a07b64c1a56b51e3883883ac202630148f (patch)
tree973de83daf6eebcbe3058e71eb0fff77f7a19755 /lib/private/appframework
parent9e18be642239a77014ff16598a50cd413b70af46 (diff)
parent6935364b33b0fb8206a83b67aa9a8e6eb874a541 (diff)
Merge pull request #8171 from owncloud/fix-import
be nice and use a relative import so people can use the class without fi...
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 d08a4879e34..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 'Pimple/Pimple.php';
-
/**
* Class SimpleContainer
*