Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 25, 2024
1 parent 56895f4 commit 9538c71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class PublishViewsCommand extends Command
{
/** @var string */
protected $signature = 'publish:views {category? : The category to publish} {--i|interactive : Interactively select the views to publish}';
protected $signature = 'publish:views {category? : The category to publish} {--i|interactive : Interactively select the views to publish}'; // TODO: Always use interactive publishing

/** @var string */
protected $description = 'Publish the Hyde components for customization. Note that existing files will be overwritten';
Expand Down

0 comments on commit 9538c71

Please sign in to comment.