-
PackageTable builder Package Versionv3.3.31 How can we help you?Recently, Filament has started to "not work" in our applications, with an unchanged code base, we get the following error: If here: /app/vendor/filament/tables/src/Table/Concerns/CanSummarizeRecords.php There are no summary rows in the tables anyway, and they have been working reliably for years. PHP 8.3.15 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
am facing the same problem! did you get any solution? |
Beta Was this translation helpful? Give feedback.
-
Here is the solution: Remove all files from |
Beta Was this translation helpful? Give feedback.
Here is the solution: Remove all files from
resources/vendor/*
and then publish again. The issue will be solved.