Skip to content

Instantly share code, notes, and snippets.

@whizzrd
whizzrd / LogCollection.php
Created August 10, 2022 04:49 — forked from ThomasLabstep/LogCollection.php
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';