Skip to content

Commit 698b98e

Browse files
fix(docs): typos in the custom pipe example
1 parent b2b9505 commit 698b98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ final readonly class Logs extends BackupPipe
9898
if (!file_exists(storage_path('logs'))) {
9999
return $this->skip(
100100
reason: 'There was no logs directory',
101-
next: $next
101+
next: $next,
102102
zip: $zip
103-
)
103+
);
104104
}
105105

106106
// Implement the logic to create a backup of your data and add it to the ZipArchive instance $zip.

0 commit comments

Comments
 (0)