Make binary path private

This commit is contained in:
Dennis Eichhorn 2018-07-29 21:17:12 +02:00
parent 8a3b9ee2f8
commit dbdce97904

View File

@ -34,7 +34,7 @@ abstract class SchedulerAbstract
* @var string
* @since 1.0.0
*/
protected static $bin = '';
private static $bin = '';
/**
* Get git binary.