andersao/l5-repository

View on GitHub
src/Prettus/Repository/Events/RepositoryEntityCreated.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Prettus\Repository\Events;

/**
 * Class RepositoryEntityCreated
 * @package Prettus\Repository\Events
 * @author Anderson Andrade <contato@andersonandra.de>
 */
class RepositoryEntityCreated extends RepositoryEventBase
{
    /**
     * @var string
     */
    protected $action = "created";
}