•Created by Arthur Marchesi on 7/19/2024 in #❓┊help
Unsupported Order By on Update and Delete Queries for Notification Database
Order by is inserted when creating the standard Laravel query when Filament calls $this->getUser()->notifications():
And this same function is called in the change and delete functions.