for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* components
*
* @author Wolfy-J
*/
namespace Spiral\ORM\Events;
use Spiral\Models\Events\EntityEvent;
class RecordEvent extends EntityEvent
{
}