Commit e19d208c authored by Micheal Mand's avatar Micheal Mand Committed by Nicolas Widart

Fix emails generating in the wrong directory (#293)

Signed-off-by: 's avatarMicheal Mand <micheal@kmdwebdesigns.com>
parent eb28b1f7
......@@ -111,7 +111,7 @@ return [
'views' => 'Resources/views',
'test' => 'Tests',
'jobs' => 'Jobs',
'mail' => 'Mail',
'emails' => 'Mail',
],
],
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment