1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 20:10:55 +01:00

Fix a bad method call which slipped by

Fixes T8650.
This commit is contained in:
epriestley 2015-06-23 17:11:59 -07:00
parent 3215899925
commit 520e70a3cf

View file

@ -67,7 +67,6 @@ final class DifferentialUnitField
return id(new HarbormasterUnitPropertyView())
->setLimit(10)
->setHidePassingTests(true)
->setUnitMessages($messages);
}