mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 17:32:41 +01:00
2497e5b5ed
Summary: A copy of the Releeph release tool. Test Plan: Generally, click everything at least once. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin, AnhNhan Maniphest Tasks: T2094 Differential Revision: https://secure.phabricator.com/D4932
9 lines
133 B
PHP
9 lines
133 B
PHP
<?php
|
|
|
|
abstract class ReleephDAO extends PhabricatorLiskDAO {
|
|
|
|
public function getApplicationName() {
|
|
return 'releeph';
|
|
}
|
|
|
|
}
|