Skip to content
This repository was archived by the owner on Oct 21, 2019. It is now read-only.

Commit d85233d

Browse files
authored
Change to use Atom Open package instead of atm protocol
1 parent b38d7a4 commit d85233d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function boot()
2525

2626
$file = str_replace("{$homestead}/", "{$local}/", $file);
2727

28-
return "atm://open?url=file://{$file}&line={$line}";
28+
return "atom://open?url=file://{$file}&line={$line}";
2929
},
3030
]);
3131
}

0 commit comments

Comments
 (0)