snipe-it/app/Listeners/SendingCheckOutNotificationsListener.php
2018-08-06 14:46:10 +02:00

17 lines
264 B
PHP

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