Skip to content

Commit e053d31

Browse files
AzGasimgithub-actions[bot]
authored andcommitted
Fix styling
1 parent bd55e97 commit e053d31

File tree

6 files changed

+2
-9
lines changed

6 files changed

+2
-9
lines changed

packages/prompts/src/Filament/Components/RunCommandComponent.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
use Moox\Prompts\Support\PromptFlowStateStore;
1717
use Moox\Prompts\Support\PromptResponseStore;
1818
use Moox\Prompts\Support\PromptRuntime;
19-
use Moox\Prompts\Support\WebPromptRuntime;
2019
use Moox\Prompts\Support\WebCommandRunner;
20+
use Moox\Prompts\Support\WebPromptRuntime;
2121
use Throwable;
2222

2323
class RunCommandComponent extends Component implements HasForms
@@ -648,4 +648,3 @@ public function render()
648648
return view('moox-prompts::filament.components.run-command');
649649
}
650650
}
651-

packages/prompts/src/PromptsServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,4 @@ public function boot(): void
7575
);
7676
}
7777
}
78-
7978
}

packages/prompts/src/Support/FlowCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@ public function handle(): int
3535
return self::SUCCESS;
3636
}
3737
}
38-
39-

packages/prompts/src/Support/PromptFlowRunner.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Moox\Prompts\Support;
44

5-
use Illuminate\Contracts\Console\Kernel;
65
use Illuminate\Console\OutputStyle;
6+
use Illuminate\Contracts\Console\Kernel;
77
use Symfony\Component\Console\Input\ArrayInput;
88
use Symfony\Component\Console\Output\BufferedOutput;
99
use Throwable;
@@ -206,4 +206,3 @@ protected function restoreCommandContext($command, PromptFlowState $state): void
206206
}
207207
}
208208
}
209-

packages/prompts/src/Support/PromptFlowState.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ public function markFailed(string $step, string $message): void
4040
$this->errorMessage = $message;
4141
}
4242
}
43-

packages/prompts/src/Support/PromptFlowStateStore.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ protected function key(string $flowId): string
4242
return $this->prefix.$flowId;
4343
}
4444
}
45-

0 commit comments

Comments
 (0)