query Builder #455
Unanswered
majchinthaka
asked this question in
Q&A
Replies: 1 comment
-
It currently only supports Eloquent. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why not use like this?
public function query(): Builder { return DB::table('test')->select('*'); }
Error:
TypeError Return value of App\Http\Livewire\UserTable::query() must be an instance of Illuminate\Database\Eloquent\Builder, instance of Illuminate\Database\Query\Builder returned (View: C:\Users\JAN\Desktop\affiliate_admin\resources\views\test.blade.php)
Beta Was this translation helpful? Give feedback.
All reactions