bezhanSalleh / filament-exceptions

A Simple & Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel
MIT License
143 stars 22 forks source link

Add Custom Model Support & Fix Iterator Errors #46

Closed Fludem closed 7 months ago

Fludem commented 7 months ago

Custom Models

Custom models are required in some scenarios such as having a multi tenant database where we want to enforce that the model uses the central database.

Changes made:

Closes #44

Fix Iterator Errors

In order to temporarily supress warnings & errors the \ReturnTypeWillChange attribute has been added to functions inside parser.php

Closes #45

what-the-diff[bot] commented 7 months ago

PR Summary

Fludem commented 7 months ago

Hey @bezhanSalleh I updated workflow to test bench 8.0, I think it shouldn't cause problems but test workflow again

Fludem commented 7 months ago

We missing anything

bezhanSalleh commented 7 months ago

We missing anything

nah, all seems. good. will do a release tonight. thanks.

bezhanSalleh commented 7 months ago

Thanks