From db016a1453913a466591446f5274b68d0012a87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 28 Oct 2022 00:48:09 +0200 Subject: [PATCH] Update HasPending.php --- src/Database/Concerns/HasPending.php | 2 ++ 1 file changed, 2 insertions(+) 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 *