Skip to content

Commit 676f17d

Browse files
committed
wip
1 parent c31ef27 commit 676f17d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Classes/BaseHelper.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public function executeAll($callback = null)
345345
}
346346

347347
/**
348-
* execute query statements without preparing them.
348+
* execute query statements without preparing them, this will help us ignore the laravel query preparing.
349349
*
350350
* @return BaseHelper
351351
* @throws \Exception
@@ -358,6 +358,8 @@ public function executeWithoutPrepare()
358358
DB::unprepared($this->getQuery());
359359
});
360360

361+
$this->setSavedItems($this->getQuery());
362+
361363
return $this;
362364

363365
} catch (\Exception $e) {

0 commit comments

Comments
 (0)