You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #48362 [Clock] Add ClockAwareTrait to help write time-sensitive classes (nicolas-grekas)
This PR was merged into the 6.3 branch.
Discussion
----------
[Clock] Add ClockAwareTrait to help write time-sensitive classes
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
Add the trait and use `$this->now()` inside the class, autowiring will do the magic 💪
Commits
-------
8e2af95 [Clock] Add ClockAwareTrait to help write time-sensitive classes
0 commit comments