From 7399a5da77b442e423b7915095ea88f69b410780 Mon Sep 17 00:00:00 2001 From: Mips2648 Date: Tue, 9 Apr 2024 10:13:22 +0200 Subject: [PATCH] typo --- src/MipsEqLogicTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MipsEqLogicTrait.php b/src/MipsEqLogicTrait.php index 24e5eb1..189f056 100644 --- a/src/MipsEqLogicTrait.php +++ b/src/MipsEqLogicTrait.php @@ -186,7 +186,7 @@ protected static function logDebug(string $message, string $logicalId = '') { log::add(__CLASS__, 'debug', $message, $logicalId); } - protected static function loginfo(string $message, string $logicalId = '') { + protected static function logInfo(string $message, string $logicalId = '') { log::add(__CLASS__, 'info', $message, $logicalId); }