mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 04:42:40 +01:00
Rename a missed Profile -> MenuItem
Summary: Didn't grep this good enough. Test Plan: `bin/storage upgrade -f --apply ..`, got a clean apply. Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D17046
This commit is contained in:
parent
842710608e
commit
9d2feacfab
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
$project_table = new PhabricatorProject();
|
||||
$conn_w = $project_table->establishConnection('w');
|
||||
|
||||
$panel_table = id(new PhabricatorProfilePanelConfiguration());
|
||||
$panel_table = id(new PhabricatorProfileMenuItemConfiguration());
|
||||
$panel_conn = $panel_table->establishConnection('w');
|
||||
|
||||
foreach (new LiskMigrationIterator($project_table) as $project) {
|
||||
|
|
Loading…
Reference in a new issue