| @@ -14,8 +14,9 @@ | ||
| 14 | 14 | (new \FluentCommunity\App\Hooks\Handlers\ActivityMonitorHandler())->register(); |
| 15 | 15 | (new \FluentCommunity\App\Hooks\Handlers\Scheduler())->register(); |
| 16 | 16 | (new \FluentCommunity\App\Hooks\Handlers\CleanupHandler())->register(); |
| 17 | 17 | (new \FluentCommunity\App\Hooks\Handlers\FluentBlockEditorHandler())->register(); |
| 18 | +(new \FluentCommunity\App\Hooks\Handlers\LessonVideoGateHandler())->register(); | |
| 18 | 19 | |
| 19 | 20 | // Rate limit handler |
| 20 | 21 | (new \FluentCommunity\App\Hooks\Handlers\RateLimitHandler())->register(); |
| 21 | 22 | |