Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/Events.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

final class Events
final class Events
{
/**
* Thrown when the backup process begins.
Expand All @@ -9,6 +9,7 @@ final class Events
*/
const BACKUP_BEGINS = 'backup.begins';


/**
* Thrown when the backup process ends.
*
Expand Down