mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-26 11:10:24 -05:00
Add all untested files from incubator's library/Icinga to working tree library/Icinga refs #4257
8 lines
84 B
PHP
Executable file
8 lines
84 B
PHP
Executable file
<?php
|
|
|
|
namespace Icinga\Objects;
|
|
|
|
class Host extends Object
|
|
{
|
|
// Nothing here
|
|
}
|