Module's array config in ENV does not work |
Hi,
I have a module as Code: modules\Emails Code: Emails\Config\Email.sendTo = '[email protected]' PHP Code: <?php namespace Emails\Config; I also tried something like Code: #-- Email -- What am I doing wrong here?
Found the Solution:
Solution is to define your array in config. PHP Code: <?php namespace Emails\Config; Code: #-- Email -- THIS WORKED !!! |
Welcome Guest, Not a member yet? Register Sign In |