Skip to content

Commit

Permalink
fix: change duration to load the correct class in loader (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
phpjob authored Sep 13, 2024
1 parent 43eefa8 commit 79a861e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psl/Internal/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ final class Loader
'Psl\\DateTime\\Exception\\ParserException' => 'Psl/DateTime/Exception/ParserException.php',
'Psl\\DateTime\\Exception\\UnderflowException' => 'Psl/DateTime/Exception/UnderflowException.php',
'Psl\\DateTime\\DateTime' => 'Psl/DateTime/DateTime.php',
'Psl\\DateTime\\Duration' => 'Psl/DateTime/Interval.php',
'Psl\\DateTime\\Duration' => 'Psl/DateTime/Duration.php',
'Psl\\DateTime\\Timestamp' => 'Psl/DateTime/Timestamp.php',
];

Expand Down

0 comments on commit 79a861e

Please sign in to comment.