andersao/l5-repository

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

Summary

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

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