laravel-streams / streams-core

Streams is an open-source web application engine for Laravel.
https://streams.dev
Other
169 stars 99 forks source link

Updated create function #718

Closed BubeCPH closed 3 years ago

BubeCPH commented 3 years ago

Illuminate\Database\Query\Builder doesn't have the function create as Illuminate\Database\Eloquent\Builder does. Used insert function instead. Testet locally.

RyanThompson commented 3 years ago

Thank you! Noted