Soyhuce/l5-repository

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

Summary

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

/**
 * Class RepositoryEntityDeleted
 *
 * @package Prettus\Repository\Events
 */
class RepositoryEntityDeleted extends RepositoryEventBase
{
    /**
     * @var string
     */
    protected $action = "deleted";
}