mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix incorrect old name for Asana auth provider in provider migration
Summary: The old class name isn't quite correct. I'm just updating the migration rather than adding a new one to fix it since this was very recently introduced and affects only installs using Asana auth, so it's realistic that the number of affected installs might be 0. Affected installs can use `--apply` to safely rerun the migration. Auditors: joshuaspence
This commit is contained in:
parent
b0623305b7
commit
e561a5fe73
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
$map = array(
|
||||
'PhabricatorAuthProviderOAuthAmazon' => 'PhabricatorAmazonAuthProvider',
|
||||
'PhabricatorAsanaAuthProvider' => 'PhabricatorAsanaAuthProvider',
|
||||
'PhabricatorAuthProviderOAuthAsana' => 'PhabricatorAsanaAuthProvider',
|
||||
'PhabricatorAuthProviderOAuth1Bitbucket'
|
||||
=> 'PhabricatorBitbucketAuthProvider',
|
||||
'PhabricatorAuthProviderOAuthDisqus' => 'PhabricatorDisqusAuthProvider',
|
||||
|
|
Loading…
Reference in a new issue