venta/framework

View on GitHub
src/Event/stub/StubEventListener.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace stub\Venta\Event;

class StubEventListener
{
    public function handle(StubEvent $event)
    {
        // ...
    }
}