Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
davorg committed Sep 17, 2016
1 parent 509a6f1 commit 5cc2cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Magnum/Schema/Result/Day.pm
Expand Up @@ -157,7 +157,7 @@ use DateTime::Duration;

has date_parser => (
is => 'ro',
isa => DateTime::Format::Strptime,
isa => 'DateTime::Format::Strptime',
lazy_build => 1,
);

Expand Down

0 comments on commit 5cc2cc0

Please sign in to comment.