1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 14:44:05 +00:00

remove todos

This commit is contained in:
Samuel Štancl 2025-02-20 17:35:11 +01:00
parent c034501db8
commit 1b56c5e61a
2 changed files with 0 additions and 3 deletions

View file

@ -54,7 +54,6 @@ class UserImpersonation implements Feature
return redirect($token->redirect_url);
}
// todo0 test with session scoping
public static function isImpersonating(): bool
{
return session()->has('tenancy_impersonating');

View file

@ -9,8 +9,6 @@ use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Stancl\Tenancy\Database\Contracts\TenantWithDatabase;
// todo@move move all resource syncing-related things to a separate namespace? todo0 seems to be done, confirm EVERYTHING is moved
/**
* @property-read TenantWithDatabase[]|Collection<int, TenantWithDatabase&Model> $tenants
*/