1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 06:42:42 +01:00

Unfinal "DifferentialReplyHandler"

Summary: Facebook extends this, just unfinal it for now and we can figure out the right long-term fix at our leisure.

Test Plan: Inspection.

Reviewers: vrana, btrahan

Reviewed By: vrana

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D1917
This commit is contained in:
epriestley 2012-03-15 14:16:32 -07:00
parent 814f4adf6c
commit cc3e52b8d9

View file

@ -16,7 +16,7 @@
* limitations under the License.
*/
final class DifferentialReplyHandler extends PhabricatorMailReplyHandler {
class DifferentialReplyHandler extends PhabricatorMailReplyHandler {
private $receivedMail;