Page MenuHomeDevCentral

D419.id1021.diff
No OneTemporary

D419.id1021.diff

diff --git a/app/Console/Commands/AccountReset.php b/app/Console/Commands/AccountReset.php
--- a/app/Console/Commands/AccountReset.php
+++ b/app/Console/Commands/AccountReset.php
@@ -81,7 +81,7 @@
return false;
default:
- throw new Exception("Unhandled password broker response: " . $response);
+ throw new \Exception("Unhandled password broker response: " . $response);
}
}
diff --git a/app/Http/Middleware/TrustProxy.php b/app/Http/Middleware/TrustProxy.php
--- a/app/Http/Middleware/TrustProxy.php
+++ b/app/Http/Middleware/TrustProxy.php
@@ -35,7 +35,7 @@
break;
default:
- throw new ArgumentException("Unhandled configuration mode: $mode");
+ throw new \ArgumentException("Unhandled configuration mode: $mode");
}
return $next($request);

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 10, 15:38 (11 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2807188
Default Alt Text
D419.id1021.diff (847 B)

Event Timeline