Skip to content

Commit

Permalink
Gah, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Nov 21, 2016
1 parent 19e58d0 commit 2b61ae6
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 2b61ae6

Please sign in to comment.