Skip to content

Instantly share code, notes, and snippets.

View ThomasLabstep's full-sized avatar

Thomas ThomasLabstep

  • Labstep
  • London
View GitHub Profile
@ThomasLabstep
ThomasLabstep / LogCollection.php
Created August 2, 2022 07:31
Gedmo Loggable - Collection
<?php declare(strict_types=1);
/**
* @author Thomas Bullier <thomas@labstep.com>
*/
class LogCollection
{
/** @var string Add action */
public const ACTION_ADD = 'add';