Skip to content

Commit

Permalink
shorten namespace paths
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 7, 2023
1 parent 23aaca4 commit ba35f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/orm/tiny/tinytypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace Types

/*! Alias for the ModelsCollection. */
template<typename Model>
using ModelsCollection = Tiny::Types::ModelsCollection<Model>;
using ModelsCollection = Types::ModelsCollection<Model>;

/*! The type in which the relationships are stored. */
template<AllRelationsConcept ...AllRelations>
Expand Down Expand Up @@ -194,7 +194,7 @@ namespace Concerns
} // namespace Tiny

/*! Alias for the Orm::Tiny::One, shortcut alias. */
using One = Orm::Tiny::One;
using One = Tiny::One;

} // namespace Orm

Expand Down

0 comments on commit ba35f15

Please sign in to comment.