mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 23:10:23 -08:00
18 lines
267 B
PHP
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)
|
|
{
|
|
|
|
}
|
|
|
|
} |