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

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2020-12-18 23:05:11 +0300
committerMatthias Held <ilovemilk@wusa.io>2020-12-18 23:05:11 +0300
commite872e9f294f48adbe341e6fbb71ccbdb997688c8 (patch)
tree8a766c6f474ad9fa875da3d0de679dc1b939f24e
parent26d8e24f47c6b0be6e7c5d420536e57c7b6c2fc0 (diff)
fix tests
-rw-r--r--lib/Monitor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Monitor.php b/lib/Monitor.php
index 8954965..b901cc3 100644
--- a/lib/Monitor.php
+++ b/lib/Monitor.php
@@ -322,7 +322,7 @@ class Monitor
*
* @return bool
*/
- private function isUploadedFile(IStorage $storage, $path)
+ protected function isUploadedFile(IStorage $storage, $path)
{
$fullPath = $path;
if (property_exists($storage, 'mountPoint')) {