Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
spatie
/
laravel-backup
/
src
/
Events
:
BackupZipWasCreated.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Spatie\Backup\Events; class BackupZipWasCreated { public function __construct( public string $pathToZip, ) { } }