Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRadu committed Dec 4, 2024
1 parent 8d23585 commit e0907e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11,037 deletions.
4 changes: 4 additions & 0 deletions bin/composer-post-install-script.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ function copyFile(array $file): void
'source' => 'vendor/dotkernel/dot-mail/config/mail.global.php.dist',
'destination' => 'config/autoload/mail.global.php',
],
[
'source' => 'vendor/dotkernel/dot-mail/config/mail.global.php.dist',
'destination' => 'config/autoload/mail.global.php.dist',
],
];

array_walk($files, 'copyFile');
Loading

0 comments on commit e0907e8

Please sign in to comment.