Skip to content

Commit

Permalink
tom fixtypo
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 13, 2024
1 parent 6d8556b commit e4b7075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/database/seeders/databaseseeder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Seeders
call<PhoneSeeder, PropertySeeder>();

// You can also pass arguments to the call() related methods
// callWith<UsersSeeder>(shouldSeedPasswd);
// callWith<UsersSeeder>(shouldSeedPassword);
}
};

Expand Down

0 comments on commit e4b7075

Please sign in to comment.