Skip to content

Commit 6b282d1

Browse files
committed
requested changes
Signed-off-by: MarioRadu <magda_marior@yahoo.com>
1 parent 65e84a2 commit 6b282d1

File tree

2 files changed

+4
-11037
lines changed

2 files changed

+4
-11037
lines changed

bin/composer-post-install-script.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ function copyFile(array $file): void
3030
'source' => 'vendor/dotkernel/dot-mail/config/mail.global.php.dist',
3131
'destination' => 'config/autoload/mail.global.php',
3232
],
33+
[
34+
'source' => 'vendor/dotkernel/dot-mail/config/mail.global.php.dist',
35+
'destination' => 'config/autoload/mail.global.php.dist',
36+
],
3337
];
3438

3539
array_walk($files, 'copyFile');

0 commit comments

Comments
 (0)