mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 06:59:41 -08:00
17 lines
264 B
PHP
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)
|
|
{
|
|
|
|
}
|
|
|
|
} |