Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed Apr 9, 2024
1 parent ba7b48e commit 7399a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MipsEqLogicTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 7399a5d

Please sign in to comment.