Skip to content

Commit

Permalink
Merge pull request #2364 from dafriend/fix_email_config
Browse files Browse the repository at this point in the history
Email config doesn't incorporate .env items
  • Loading branch information
MGatner authored Oct 28, 2019
2 parents 8076d73 + 92f6bc5 commit 2c04e1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Config/Email.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php
namespace Config;

class Email
use CodeIgniter\Config\BaseConfig;

class Email extends BaseConfig
{

/**
Expand Down

0 comments on commit 2c04e1c

Please sign in to comment.