Skip to content

Commit 0d61b55

Browse files
dermatzCopilot
andauthored
Update src/Console/Command/Theme/CopyFromVendorCommand.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4c2d843 commit 0d61b55

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Console/Command/Theme/CopyFromVendorCommand.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
use function Laravel\Prompts\confirm;
2121
use function Laravel\Prompts\search;
2222

23+
/**
24+
* CLI command to copy files from vendor/ into a theme with proper path
25+
* resolution and optional dry-run support.
26+
*/
2327
class CopyFromVendorCommand extends AbstractCommand
2428
{
2529
/**

0 commit comments

Comments
 (0)