Guest User

Untitled

a guest
Oct 17th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class EmailConfig {
  2.  
  3. public $default = array(
  4. 'transport' => 'Mail',
  5. 'from' => 'contact@grafikart.fr'
  6. );
  7.  
  8. }
Add Comment
Please, Sign In to add comment