We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17a5ae commit 3646533Copy full SHA for 3646533
src/Http/Middleware/PreventRegularBrowserAccess.php
@@ -9,7 +9,7 @@ class PreventRegularBrowserAccess
9
{
10
public function handle(Request $request, Closure $next)
11
12
- if (app()->runningUnitTests()) {
+ if (! config('nativephp-internal.running')) {
13
return $next($request);
14
}
15
0 commit comments