Skip to content

Commit c618cea

Browse files
committed
wip
1 parent 50a6033 commit c618cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/masked-dump.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Use this dump schema definition to remove, replace or mask certain parts of your database tables.
1010
*/
1111
'default' => DumpSchema::define()
12+
->allTables()
1213
->table('users', function (TableDefinition $table) {
1314
$table->replace('name', function (Faker $faker) {
1415
return $faker->name;

0 commit comments

Comments
 (0)