snipe-it/app/Listeners/SendingCheckOutNotificationsListener.php

17 lines
264 B
PHP
Raw Normal View History

<?php
namespace App\Listeners;
class SendingCheckOutNotificationsListener
{
/**
* Register the listeners for the subscriber.
*
* @param Illuminate\Events\Dispatcher $events
*/
public function subscribe($events)
{
}
}