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
Tue, Nov 25, 08:31 (18 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3202893
Default Alt Text
D419.id1021.diff (847 B)

Event Timeline