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

18 lines
267 B
PHP

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