diff --git a/src/Database/Concerns/HasPending.php b/src/Database/Concerns/HasPending.php index 2d316e71..3fa9399d 100644 --- a/src/Database/Concerns/HasPending.php +++ b/src/Database/Concerns/HasPending.php @@ -11,6 +11,8 @@ use Stancl\Tenancy\Events\PendingTenantCreated; use Stancl\Tenancy\Events\PendingTenantPulled; use Stancl\Tenancy\Events\PullingPendingTenant; +// todo consider adding a method that sets pending_since to null — to flag tenants as not-pending + /** * @property Carbon $pending_since *