Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Fix compatibility with Symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag authored May 29, 2018
1 parent a1c0df9 commit 9a6f9b6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Tracy/LoggerHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,4 @@ protected function sendEmail($message)
throw new \Nella\MonologTracy\Tracy\NotSupportedException('LoggerHelper::sendEmail is not supported.');
}

/**
* @deprecated
* @param string $message
* @param string $email
*/
public function defaultMailer($message, $email)
{
throw new \Nella\MonologTracy\Tracy\NotSupportedException('LoggerHelper::defaultMailer is not supported.');
}

}

0 comments on commit 9a6f9b6

Please sign in to comment.