Skip to content

Commit

Permalink
Merge pull request #40 from line/fix/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Vaduz authored Nov 21, 2016
2 parents 19e58d0 + 2b61ae6 commit a15f237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ public function handle()
return;
}

$this->logger->info(sprintf('Leaved %s %s', $this->leaveEvent->getType(), $id));
$this->logger->info(sprintf('Left %s %s', $this->leaveEvent->getType(), $id));
}
}

0 comments on commit a15f237

Please sign in to comment.