Skip to content

Commit

Permalink
fix wrong naming (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Feb 23, 2021
1 parent 888c094 commit 6b2e574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/taking-backups/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ It has one public property `$manifest` which is an instance of `Spatie\Backup\Ta

This event will be fired right after the zipfile - containing the dumps of the databases and any files that were selected for backup - is created, and before that zip will get copied over to the backup destination(s). You can use this event to do last minute manipulations on the created zip file.

It has one public method `$pathToZip` which contains a path to the created zipfile.
It has one public property `$pathToZip` which contains a path to the created zipfile.

0 comments on commit 6b2e574

Please sign in to comment.