Skip to content

Commit

Permalink
Fix navigate command
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Dec 11, 2024
1 parent 922a433 commit bfbf239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ function."
(defun phpactor-navigate ()
"Execute Phpactor RPC navigate command."
(interactive)
(let ((arguments (phpactor--command-argments :source_path :destination)))
(let ((arguments (phpactor--command-argments :source_path)))
(apply #'phpactor-action-dispatch (phpactor--rpc "navigate" arguments))))

;;;###autoload
Expand Down

0 comments on commit bfbf239

Please sign in to comment.