fix php import
Deploy / deploy (push) Successful in 10s

This commit is contained in:
2026-05-31 20:55:49 +02:00
parent 71cb3beeee
commit 9b19c1e6b4
+1 -1
View File
@@ -2,7 +2,7 @@
namespace Jakach\Logging\Storage;
use Jakach\Logging\Model\{LogSource, Rule, Alert, AlertStatus, LogSourceType};
use Jakach\Logging\Model\{LogSource, Rule, Alert, AlertSeverity, AlertStatus, LogSourceType};
class Repository
{