Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Doctrine LifecycleCallbacks #1439

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Using Doctrine LifecycleCallbacks #1439

wants to merge 7 commits into from

Commits on Oct 20, 2023

  1. Using Doctrine LifecycleCallbacks for entities

    This is the modern solution to automatically update timestamps in Doctrine. I have added createdAt and updatedAt to all entities using LifecycleCallbacks.
    Mecanik committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    41d6cfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    735ff5f View commit details
    Browse the repository at this point in the history
  3. Improved lifecycle logic

    Mecanik committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f2be38c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Executed PHP CS Fixer

    Mecanik committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    eb99b8d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    1682875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e28d19 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. No timezone-aware fields...

    Mecanik committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b88a058 View commit details
    Browse the repository at this point in the history