mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-03 04:02:43 +01:00
82102cd95a
Summary: Ref T4986. Move push logs to a View, then have all the stuff that needs to use it use that View. Test Plan: Viewed push logs and transaction detail in Diffusion. Created a panel. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T4986 Differential Revision: https://secure.phabricator.com/D9104
5 lines
82 B
PHP
5 lines
82 B
PHP
<?php
|
|
|
|
abstract class DiffusionPushLogController extends DiffusionController {
|
|
|
|
}
|