mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-27 16:28:41 +00:00
fix var name typo
This commit is contained in:
parent
0464395e26
commit
696aa24924
|
|
@ -133,7 +133,7 @@ class ExchangeLog implements \JsonSerializable, ArrayableInterface
|
|||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function setMessage(string $title) : void
|
||||
public function setMessage(string $message) : void
|
||||
{
|
||||
$this->message = $message;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user