mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix a broken class name
Auditors: epriestley
This commit is contained in:
parent
4761cb8d73
commit
e270157fcb
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ abstract class AphrontController extends Phobject {
|
|||
}
|
||||
|
||||
public function getDefaultResourceSource() {
|
||||
throw new MethodNotImplementedException(
|
||||
throw new PhutilMethodNotImplementedException(
|
||||
pht(
|
||||
'A Controller must implement %s before you can invoke %s or %s.',
|
||||
'getDefaultResourceSource()',
|
||||
|
|
Loading…
Reference in a new issue