mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-05 03:58:43 +00:00
Make binary path private
This commit is contained in:
parent
8a3b9ee2f8
commit
dbdce97904
|
|
@ -34,7 +34,7 @@ abstract class SchedulerAbstract
|
||||||
* @var string
|
* @var string
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $bin = '';
|
private static $bin = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get git binary.
|
* Get git binary.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user