From dbdce979042deb34dfd8858501d31a56b5ca39c4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 29 Jul 2018 21:17:12 +0200 Subject: [PATCH] Make binary path private --- Utils/TaskSchedule/SchedulerAbstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php index 19647a3c2..25cdf5a8e 100644 --- a/Utils/TaskSchedule/SchedulerAbstract.php +++ b/Utils/TaskSchedule/SchedulerAbstract.php @@ -34,7 +34,7 @@ abstract class SchedulerAbstract * @var string * @since 1.0.0 */ - protected static $bin = ''; + private static $bin = ''; /** * Get git binary.