Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 10, 2024
1 parent 0bcb582 commit bb823c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ protected function isInteractive(): bool

protected function publishOption(string $selected): void
{
// Todo: Don't trigger interactive if "all" is selected
if ($this->isInteractive()) {
$this->handleInteractivePublish($selected);

Check warning on line 78 in packages/framework/src/Console/Commands/PublishViewsCommand.php

View check run for this annotation

Codecov / codecov/patch

packages/framework/src/Console/Commands/PublishViewsCommand.php#L78

Added line #L78 was not covered by tests

Expand Down

0 comments on commit bb823c7

Please sign in to comment.