7 lines
262 B
PHP
7 lines
262 B
PHP
<?php
|
|
|
|
use Leantime\Core\Events\EventDispatcher;
|
|
use Leantime\Domain\Notifications\Listeners\NotifyProjectUsers;
|
|
|
|
EventDispatcher::add_event_listener('leantime.domain.projects.services.projects.notifyProjectUsers.notifyProjectUsers', NotifyProjectUsers::class);
|