We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b9505 commit 698b98eCopy full SHA for 698b98e
docs/pages/pipeline.md
@@ -98,9 +98,9 @@ final readonly class Logs extends BackupPipe
98
if (!file_exists(storage_path('logs'))) {
99
return $this->skip(
100
reason: 'There was no logs directory',
101
- next: $next
+ next: $next,
102
zip: $zip
103
- )
+ );
104
}
105
106
// Implement the logic to create a backup of your data and add it to the ZipArchive instance $zip.
0 commit comments