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 6b6c97f + dd4b461 commit 2916fcbCopy full SHA for 2916fcb
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()->current() : $url;
+ $this->ajax['url'] = empty($url) ? url()->full() : $url;
146
$this->ajax['type'] = 'GET';
147
if (! isset($this->attributes['serverSide']) || $this->attributes['serverSide']) {
148
$this->ajax['data'] = 'function(data) {
0 commit comments