mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-14 16:58:42 +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
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function setMessage(string $title) : void
|
public function setMessage(string $message) : void
|
||||||
{
|
{
|
||||||
$this->message = $message;
|
$this->message = $message;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user