phpvms/app/Interfaces/Listener.php

13 lines
116 B
PHP
Raw Normal View History

<?php
namespace App\Interfaces;
/**
* Class Listener
* @package App\Interfaces
*/
abstract class Listener
{
}