Skip to content

Commit

Permalink
Merge pull request #1 from michielfb/feature/fix-namespace-in-example
Browse files Browse the repository at this point in the history
Fix broken import in example
  • Loading branch information
michielfb authored Dec 11, 2019
2 parents ae8a734 + 783bf71 commit bcea550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The format must be a format supported by `Moment.js`.

```php
<?php
use Michielfb\Time;
use Michielfb\Time\Time;


Time::make('Time')->format('HH:mm');
Expand Down

0 comments on commit bcea550

Please sign in to comment.