Skip to content

Commit 8f10a0a

Browse files
committedMay 2, 2021
refactor: update PublishCommand.php
1 parent d6c5dc3 commit 8f10a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/Commands/PublishCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public function handle(Filesystem $filesystem): int
4242
// 'commons'
4343
__DIR__.'/../Commands/stubs/.editorconfig.stub' => base_path('.editorconfig'),
4444
__DIR__.'/../Commands/stubs/.gitignore.stub' => base_path('.gitignore'),
45+
__DIR__.'/../Commands/stubs/.env.dusk' => base_path('.env.dusk'),
4546

4647
]);
4748

0 commit comments

Comments
 (0)