8 lines
123 B
PHP
8 lines
123 B
PHP
|
<?php
|
||
|
|
||
|
namespace Icinga\Module\Director\Tables;
|
||
|
|
||
|
class IcingaNotificationTemplateTable extends IcingaNotificationTable
|
||
|
{
|
||
|
}
|