Skip to content

Commit

Permalink
Add a description to the config option
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoIsRecursive committed Jun 14, 2024
1 parent 6432637 commit db31068
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@

/**
* The backup repository
*
* the repository handles resolving and managing backups
*/
'repository' => \Itiden\Backup\Repositories\FileBackupRepository::class,

/**
* The backup steps to use
*
* These are the steps/pipes that will be used to backup your site
* these are the steps/pipes that will be used to backup your site
* You can add your own here
*
* All pipes are expected to be instances of Itiden\Backup\Abtracts\BackupPipe
Expand Down

0 comments on commit db31068

Please sign in to comment.