mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 13:30:55 +01:00
whoops - forgot to remove the third slash on this comment from D3822
This commit is contained in:
parent
846f01e221
commit
5d5f8a7a91
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ final class PhabricatorRepository extends PhabricatorRepositoryDAO {
|
|||
$projects = id(new PhabricatorRepositoryArcanistProject())
|
||||
->loadAllWhere('repositoryID = %d', $this->getID());
|
||||
foreach ($projects as $project) {
|
||||
/// note each project deletes its PhabricatorRepositorySymbols
|
||||
// note each project deletes its PhabricatorRepositorySymbols
|
||||
$project->delete();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue