Skip to content

Commit

Permalink
III-2098: Fix ShowFrom trait use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bramcordie committed May 12, 2017
1 parent 00d1119 commit 76d8524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Timestamps/LargeTimestampsPlainTextFormatter.php
Expand Up @@ -14,7 +14,7 @@

class LargeTimestampsPlainTextFormatter
{
use showFrom;
use ShowFrom;

private $fmt;

Expand Down

0 comments on commit 76d8524

Please sign in to comment.