mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 21:40:55 +01:00
Delete method implemented in parent
This commit is contained in:
parent
273211ae3e
commit
2391c54c60
1 changed files with 0 additions and 4 deletions
|
@ -19,10 +19,6 @@
|
||||||
final class DifferentialRevisionStatsController extends DifferentialController {
|
final class DifferentialRevisionStatsController extends DifferentialController {
|
||||||
private $filter;
|
private $filter;
|
||||||
|
|
||||||
public function shouldRequireLogin() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
private function loadRevisions($phid) {
|
private function loadRevisions($phid) {
|
||||||
$table = new DifferentialRevision();
|
$table = new DifferentialRevision();
|
||||||
$conn_r = $table->establishConnection('r');
|
$conn_r = $table->establishConnection('r');
|
||||||
|
|
Loading…
Reference in a new issue