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; }