[Pkg-owncloud-commits] [php-sabredav] 08/40: Missing use

David Prévot taffit at moszumanska.debian.org
Sat Sep 5 15:24:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag 3.1.0-alpha2
in repository php-sabredav.

commit 546772c1eda03a7b862c20e387dda7eb5c9f10ec
Author: Dominik Tobschall <dominik at fruux.com>
Date:   Mon Jul 27 11:28:12 2015 +0200

    Missing use
---
 lib/CalDAV/Schedule/Plugin.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/CalDAV/Schedule/Plugin.php b/lib/CalDAV/Schedule/Plugin.php
index c4e1aa0..888bb4d 100644
--- a/lib/CalDAV/Schedule/Plugin.php
+++ b/lib/CalDAV/Schedule/Plugin.php
@@ -6,6 +6,7 @@ use DateTimeZone;
 use Sabre\DAV\Server;
 use Sabre\DAV\ServerPlugin;
 use Sabre\DAV\PropFind;
+use Sabre\DAV\PropPatch;
 use Sabre\DAV\INode;
 use Sabre\DAV\Xml\Property\Href;
 use Sabre\HTTP\RequestInterface;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list