From 978a1651bac3faf5e91ddba327bf39aeb6a4cb63 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:28:59 +0200 Subject: Adding upstream version 0.10.0. Signed-off-by: Daniel Baumann --- library/Reporting/ProvidedActions.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 library/Reporting/ProvidedActions.php (limited to 'library/Reporting/ProvidedActions.php') diff --git a/library/Reporting/ProvidedActions.php b/library/Reporting/ProvidedActions.php new file mode 100644 index 0000000..2590d1f --- /dev/null +++ b/library/Reporting/ProvidedActions.php @@ -0,0 +1,20 @@ + $action) { + $actions[$class] = $action->getName(); + } + + return $actions; + } +} -- cgit v1.2.3