Skip to content

Commit

Permalink
Fixes dd source on windows (laravel#44451)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Oct 4, 2022
1 parent df474f6 commit 56584c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Concerns/ResolvesDumpSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function resolveDumpSource()
foreach ($trace as $traceKey => $traceFile) {
if (isset($traceFile['file']) && str_ends_with(
$traceFile['file'],
'symfony/var-dumper/Resources/functions/dump.php'
'dump.php'
)) {
$sourceKey = $traceKey + 1;

Expand Down

0 comments on commit 56584c5

Please sign in to comment.