Skip to content

Commit 6b9bca3

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/composer-post-install-script.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ 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-
],
3733
];
3834

3935
array_walk($files, 'copyFile');

0 commit comments

Comments
 (0)