From 4c2f68f14ac499d1a7447c8de1c900a12f54fb85 Mon Sep 17 00:00:00 2001 From: laravel-ide-helper Date: Wed, 8 Jan 2025 10:00:25 +0000 Subject: [PATCH] composer fix-style --- src/Alias.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Alias.php b/src/Alias.php index eb8f4b1..1ff2fae 100644 --- a/src/Alias.php +++ b/src/Alias.php @@ -405,7 +405,7 @@ class Alias if (!in_array($macro_name, $this->usedMethods)) { try { $method = $this->getMacroFunction($macro_func); - } catch (\Throwable $e) { + } catch (Throwable $e) { // Invalid method, skip continue; }