From 689120dd446a157aff9a3e2e574e45a79273894c Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 31 Jan 2023 14:18:00 +0000 Subject: [PATCH] Merged attributes with current main --- src/Lib/ConsoleControllerTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lib/ConsoleControllerTrait.php b/src/Lib/ConsoleControllerTrait.php index 8c54a0b..e6e079a 100644 --- a/src/Lib/ConsoleControllerTrait.php +++ b/src/Lib/ConsoleControllerTrait.php @@ -28,4 +28,4 @@ trait ConsoleControllerTrait $this->session = $session; $this->container = $container; } -} \ No newline at end of file +}