ActionBar: this is a component and not generic

This commit is contained in:
Thomas Gelf 2016-11-28 00:16:47 +01:00
parent d1f6235393
commit a986859fdc

View file

@ -1,6 +1,8 @@
<?php
namespace Icinga\Module\Businessprocess\Html;
namespace Icinga\Module\Businessprocess\Web\Component;
use Icinga\Module\Businessprocess\Html\Container;
class ActionBar extends Container
{