oc-adrema-plugin/components/EventIndex.php

12 lines
164 B
PHP
Raw Normal View History

2024-02-01 00:23:58 +01:00
<?php
namespace Silva\Adrema\Components;
2024-02-03 22:51:26 +01:00
class EventIndex extends EventManager
2024-02-01 00:23:58 +01:00
{
2024-02-04 01:12:22 +01:00
protected function isRegistering(): bool
{
return false;
}
2024-02-01 00:23:58 +01:00
}