Closed LingMyat closed 9 months ago
New Configuration Option
The team has added a fresh setting known as is_scoped_to_tenant
in the file named filament-exceptions.php
. This allows more flexibility and control over specific aspects of the program.
Method Addition in ExceptionResource
They have also incorporated a new method called isScopedToTenant
to the ExceptionResource.php
file. This is a way of grouping some pieces of code into a unit which does a specific task. This in turn improves the efficiency and manageability of our program.
I have still error of isScopedToTenant it feature added?
Thanks
Hey I have some issue while I am using your amazing package. It is tenant I am using filament tenant, but your resource not include about isScopedToTenant to customize so I make pull request for this.