diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-11-01 11:29:29 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-11-02 19:20:37 +0100 |
commit | 0e5147f0013b3ef19736e0ccc4a23e46defbe14c (patch) | |
tree | a2beb34377f4df88ddd06ff41725fc4c0cf57112 /lib/private/AppFramework/Utility | |
parent | bfb5ef4b296fdada6da2674c998bd3b7d8477574 (diff) | |
download | nextcloud-server-0e5147f0013b3ef19736e0ccc4a23e46defbe14c.tar.gz nextcloud-server-0e5147f0013b3ef19736e0ccc4a23e46defbe14c.zip |
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/AppFramework/Utility')
-rw-r--r-- | lib/private/AppFramework/Utility/SimpleContainer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/AppFramework/Utility/SimpleContainer.php b/lib/private/AppFramework/Utility/SimpleContainer.php index 47a6f95f747..6c2844e681b 100644 --- a/lib/private/AppFramework/Utility/SimpleContainer.php +++ b/lib/private/AppFramework/Utility/SimpleContainer.php @@ -176,5 +176,4 @@ class SimpleContainer extends Container implements IContainer { } return $name; } - } |