update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
2
vendor/spatie/backtrace/src/Backtrace.php
vendored
2
vendor/spatie/backtrace/src/Backtrace.php
vendored
@@ -262,7 +262,7 @@ protected function isApplicationFrame(string $frameFilename): bool
|
||||
}
|
||||
|
||||
// Edge case for vendor files that typically live in the app code (e.g. Laravel's `artisan` or Statamic's `please`)
|
||||
if (preg_match('/\/(artisan|please)$/', $relativeFile)) {
|
||||
if (preg_match('/[\\/\\\\](artisan|please)$/', $relativeFile)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user