Files
php-flasher/Dispatcher/Event/PresenterReady.php
T
KHOUBZA Younes 26d4ca787f update namespace
2020-12-03 09:15:47 +01:00

9 lines
102 B
PHP

<?php
namespace Flasher\Prime\Dispatcher\Event;
class PresenterReady implements EventInterface
{
}