diff --git a/tom/include/tom/migration.hpp b/tom/include/tom/migration.hpp index 9328f9cf6..1016483f0 100644 --- a/tom/include/tom/migration.hpp +++ b/tom/include/tom/migration.hpp @@ -56,7 +56,7 @@ namespace Tom TINYORM_END_COMMON_NAMESPACE -// Predefine some aliases so the user doesn't have to +// Import the most used constants into Migrations namespace so the user doesn't have to namespace Migrations { /*! Alias for the Schema Blueprint. */ diff --git a/tom/include/tom/seeder.hpp b/tom/include/tom/seeder.hpp index ccebafa2d..af3ec8ad5 100644 --- a/tom/include/tom/seeder.hpp +++ b/tom/include/tom/seeder.hpp @@ -158,7 +158,7 @@ namespace Concerns TINYORM_END_COMMON_NAMESPACE -// Predefine some aliases so the user doesn't have to +// Import the most used constants into the Seeders namespace so the user doesn't have to namespace Seeders { /*! Alias for the DB facade. */