We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f456466 commit 85d82e3Copy full SHA for 85d82e3
app/Audit/ConcreteFormatters/UserActionAuditLogFormatter.php
@@ -2,10 +2,11 @@
2
3
namespace App\Audit\ConcreteFormatters;
4
5
+use App\Audit\ConcreteFormatters\ChildEntityFormatters\IChildEntityAuditLogFormatter;
6
use Models\UserAction;
7
8
/**
- * Copyright 2022 OpenStack Foundation
9
+ * Copyright 2025 OpenStack Foundation
10
* Licensed under the Apache License, Version 2.0 (the "License");
11
* you may not use this file except in compliance with the License.
12
* You may obtain a copy of the License at
0 commit comments