Skip to content

Instantly share code, notes, and snippets.

@bangpound
Created May 16, 2016 19:30
Show Gist options
  • Save bangpound/e9f2349df8f0f0cd51305f9290f29d22 to your computer and use it in GitHub Desktop.
Save bangpound/e9f2349df8f0f0cd51305f9290f29d22 to your computer and use it in GitHub Desktop.
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