From 96484d22a145fdef1d9002dc323f02e3b8ed2135 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 1 Mar 2024 10:08:05 +0100 Subject: Minz remove use of deprecated variable (#6132) and related improvements to clarify inheritance Follow-up of https://github.com/FreshRSS/FreshRSS/pull/6130 --- app/Models/ActionController.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/Models/ActionController.php') diff --git a/app/Models/ActionController.php b/app/Models/ActionController.php index 69ee72b52..27fdfa44d 100644 --- a/app/Models/ActionController.php +++ b/app/Models/ActionController.php @@ -1,10 +1,14 @@