1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-14 01:44:03 +00:00

Resolve misc todos, fix phpstan error

This commit is contained in:
Samuel Štancl 2025-10-19 18:44:58 +02:00
parent be93d6031c
commit 5dfb4843b9
No known key found for this signature in database
GPG key ID: BA146259A1E16C57
4 changed files with 8 additions and 8 deletions

View file

@ -14,10 +14,9 @@ use Illuminate\Support\Arr;
use Illuminate\Support\Facades\Route as RouteFacade;
use Stancl\Tenancy\Enums\RouteMode;
// todo@refactor move this logic to some dedicated static class?
/**
* @mixin \Stancl\Tenancy\Tenancy
* @internal The public methods in this trait should not be understood to be a public stable API.
*/
trait DealsWithRouteContexts
{