We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b282d1 commit 6b9bca3Copy full SHA for 6b9bca3
bin/composer-post-install-script.php
@@ -30,10 +30,6 @@ function copyFile(array $file): void
30
'source' => 'vendor/dotkernel/dot-mail/config/mail.global.php.dist',
31
'destination' => 'config/autoload/mail.global.php',
32
],
33
- [
34
- 'source' => 'vendor/dotkernel/dot-mail/config/mail.global.php.dist',
35
- 'destination' => 'config/autoload/mail.global.php.dist',
36
- ],
37
];
38
39
array_walk($files, 'copyFile');
0 commit comments