Rect: Fix incorrect name case of class import

This commit is contained in:
Sukhwinder Dhillon 2023-08-15 16:56:25 +02:00 committed by raviks789
parent 9c77da0894
commit 2e7d6b43e5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
namespace Icinga\Chart\Primitive;
use DomElement;
use DOMElement;
use Icinga\Chart\Render\RenderContext;
use Icinga\Chart\Format;