pdc4444 / ark_server_cron

PHP / Linux based cli automation of Ark: Survival Evolved server hosting
0 stars 0 forks source link

Changing accessors on HelperService.php class functions. #8

Closed niickz0rz closed 2 years ago

niickz0rz commented 2 years ago

Static accessibility of functions was deprecated in PHP7, and removed entirely in PHP8. Updating functions to have proper access scope based on their usage elsewhere.

pdc4444 commented 2 years ago

Looks good to me