diff --git a/src/Info.php b/src/Info.php index 678d99a..909620a 100644 --- a/src/Info.php +++ b/src/Info.php @@ -6,7 +6,7 @@ class Info { static private $version = 0.3; - private function printSystemMessage($msg) + public static function printSystemMessage($msg) { return "\n" . $msg . "\n"; }