Differential D9859 Diff 23678 src/applications/conduit/controller/PhabricatorConduitLogController.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conduit/controller/PhabricatorConduitLogController.php
| <?php | <?php | ||||
| /** | |||||
| * @group conduit | |||||
| */ | |||||
| final class PhabricatorConduitLogController | final class PhabricatorConduitLogController | ||||
| extends PhabricatorConduitController { | extends PhabricatorConduitController { | ||||
| public function processRequest() { | public function processRequest() { | ||||
| $request = $this->getRequest(); | $request = $this->getRequest(); | ||||
| $viewer = $request->getUser(); | $viewer = $request->getUser(); | ||||
| $conn_table = new PhabricatorConduitConnectionLog(); | $conn_table = new PhabricatorConduitConnectionLog(); | ||||
| ▲ Show 20 Lines • Show All 119 Lines • Show Last 20 Lines | |||||