A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
19.4k
stars
2.97k
forks
source link
fix: Removal of unnecessary save #14442
Closed
bzy107 closed 1 month ago
Description
The
save
operation on theexports
table is being executed twice. If this is not intentional, it should be removed.Visual changes
Functional changes
composer cs
command.