There was an error while loading. Please reload this page.
ResolvesDumpSource
1 parent e82f972 commit add2987Copy full SHA for add2987
src/Illuminate/Foundation/Concerns/ResolvesDumpSource.php
@@ -16,6 +16,7 @@ trait ResolvesDumpSource
16
'cursor' => 'cursor://file/{file}:{line}',
17
'emacs' => 'emacs://open?url=file://{file}&line={line}',
18
'idea' => 'idea://open?file={file}&line={line}',
19
+ 'kiro' => 'kiro://file/{file}:{line}',
20
'macvim' => 'mvim://open/?url=file://{file}&line={line}',
21
'netbeans' => 'netbeans://open/?f={file}:{line}',
22
'nova' => 'nova://core/open/file?filename={file}&line={line}',
0 commit comments