EscolaLMS/Cart

View on GitHub
src/Events/ProductAttached.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace EscolaLms\Cart\Events;

class ProductAttached extends AbstractProductEvent
{
}