-
-
Save bangpound/e9f2349df8f0f0cd51305f9290f29d22 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit c50e0e33bb2f3e47e226a18d1feb2d54ad0ee746 | |
Author: Benjamin Doherty <[email protected]> | |
Date: Mon May 16 14:29:52 2016 -0500 | |
expect company email. | |
diff --git a/src/BMMBundle/Form/ProfileType.php b/src/BMMBundle/Form/ProfileType.php | |
index 18cf747..1e7b82c 100644 | |
--- a/src/BMMBundle/Form/ProfileType.php | |
+++ b/src/BMMBundle/Form/ProfileType.php | |
@@ -41,6 +41,7 @@ class ProfileType extends AbstractType | |
->add('additional_managed_info3') | |
->add('mobile') | |
->add('home_zip') | |
+ ->add('company_email') | |
->add('personal_email') | |
->add('personal_mobile') | |
->add('user_has_confirmed') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment