diff --git a/resources/views/.gitkeep b/resources/views/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/src/Commands/InstallWorkflowCommand.php b/src/Commands/InstallWorkflowCommand.php new file mode 100644 index 0000000..b266d72 --- /dev/null +++ b/src/Commands/InstallWorkflowCommand.php @@ -0,0 +1,35 @@ +info('Workflow file copied successfully.'); + } else { + $this->error('Failed to copy workflow file.'); + } + } +}