Skip to content

Commit 1cc0499

Browse files
IsraelOrtunofreekmurze
authored andcommitted
fix: typo
1 parent fef089e commit 1cc0499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* 'mysql' => [
5757
* ...
5858
* 'dump' => [
59-
* 'excludeTables' => [
59+
* 'exclude_tables' => [
6060
* 'table_to_exclude_from_backup',
6161
* 'another_table_to_exclude'
6262
* ]

docs/installation-and-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ return [
8989
* 'mysql' => [
9090
* ...
9191
* 'dump' => [
92-
* 'excludeTables' => [
92+
* 'exclude_tables' => [
9393
* 'table_to_exclude_from_backup',
9494
* 'another_table_to_exclude'
9595
* ]

0 commit comments

Comments
 (0)