Skip to content

Commit cb7a4fd

Browse files
committed
Fix
1 parent fdd0185 commit cb7a4fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/Modules/Ray/RayLaravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function rayShowViews()
105105
{
106106
ray()->showViews();
107107

108-
view('welcome', ['name' => 'John Doe'])->render();
108+
view('inspector', ['name' => 'John Doe'])->render();
109109
}
110110

111111
/** @test */

app/Modules/VarDump/Common.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public function setUpVarDumper()
1212
ray()->disable();
1313

1414
VarDumper::setHandler();
15+
$_SERVER['VAR_DUMPER_SERVER'] = env('VAR_DUMPER_SERVER', '127.0.0.1:9912');
1516
$_SERVER['VAR_DUMPER_FORMAT'] = 'server';
1617
}
1718

0 commit comments

Comments
 (0)