mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 08:39:34 -05:00
12 lines
255 B
PHP
12 lines
255 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Businessprocess\Web\Component;
|
|
|
|
use Icinga\Module\Businessprocess\Html\Container;
|
|
|
|
class Content extends Container
|
|
{
|
|
protected $contentSeparator = "\n";
|
|
|
|
protected $defaultAttributes = array('class' => 'content');
|
|
}
|