Skip to content

Commit

Permalink
Updating packages & code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 10, 2022
1 parent b9a909e commit d8bbf10
Show file tree
Hide file tree
Showing 12 changed files with 430 additions and 964 deletions.
6 changes: 4 additions & 2 deletions .docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Where:

## Use DateTimeFactory

This extension register DateTimeFactory to you container. This service could be used in your presenters, controllers, models, etc.
This extension register DateTimeFactory to you container. This service could be used in your presenters, controllers,
models, etc.

```php
use FastyBird\DateTimeFactory;
Expand Down Expand Up @@ -65,4 +66,5 @@ class YourCustomPresenter
The only one method of factory: `$dateTimeFactory->getNow()` is returning immutable DateTime object.

***
Homepage [http://www.fastybird.com](http://www.fastybird.com) and repository [https://github.com/FastyBird/datetime-factory](https://github.com/FastyBird/datetime-factory).
Homepage [http://www.fastybird.com](http://www.fastybird.com) and
repository [https://github.com/FastyBird/datetime-factory](https://github.com/FastyBird/datetime-factory).
608 changes: 12 additions & 596 deletions .editorconfig

Large diffs are not rendered by default.

Loading

0 comments on commit d8bbf10

Please sign in to comment.