We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3aaf1c1 + 2cc4ca2 commit 2d210ceCopy full SHA for 2d210ce
src/Html/Options/HasAjax.php
@@ -142,7 +142,7 @@ public function minifiedAjax(
142
$this->ajax = [];
143
$appendData = $this->makeDataScript($data);
144
145
- $this->ajax['url'] = empty($url) ? url()->full() : $url;
+ $this->ajax['url'] = empty($url) ? url()->current() : $url;
146
$this->ajax['type'] = 'GET';
147
if (! isset($this->attributes['serverSide']) || $this->attributes['serverSide']) {
148
$this->ajax['data'] = 'function(data) {
0 commit comments