diff options
author | Vincent Petry <pvince81@owncloud.com> | 2017-03-29 12:15:42 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-04-26 15:42:29 +0200 |
commit | 642b4331a6c0aec3a6a7d0350f3582df7caafc6b (patch) | |
tree | 859c181c9fb77ef612e8a5088650395ce2dbb837 /lib/private | |
parent | 82b967d3f9f661b784f5ba97d5a69d0b40a1c7be (diff) | |
download | nextcloud-server-642b4331a6c0aec3a6a7d0350f3582df7caafc6b.tar.gz nextcloud-server-642b4331a6c0aec3a6a7d0350f3582df7caafc6b.zip |
Moved unit tests from ObjectTree::move to Directory
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/Files/View.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index 70b74a8242e..5e581feba6e 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -88,7 +88,7 @@ class View { /** * @var \OCP\Lock\ILockingProvider */ - private $lockingProvider; + protected $lockingProvider; private $lockingEnabled; |