Skip to content

Commit

Permalink
add description for the 9th parameter in the fileName configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mszulik committed Mar 3, 2022
1 parent 8483744 commit 5968caa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/protector.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
|
| Here you may customize the database dump file name.
|
| Parameter order:
| Parameter denotation:
| 1: app url
| 2: database name
| 3: connection name
Expand All @@ -31,9 +31,9 @@
| 6: day
| 7: hour
| 8: minute
|
| 9: unique id to prevent problems which may occur when multiple users download a dump simultaneously
*/
'fileName' => '%1$s %4$4d-%5$02d-%6$02d %7$02d-%8$02d-%9$s.sql',
'fileName' => '%1$s %4$4d-%5$02d-%6$02d %7$02d-%8$02d %9$s.sql',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 5968caa

Please sign in to comment.