mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 09:54:03 +00:00
Change terminology to pending
This commit is contained in:
parent
c8eadeb363
commit
500b2538fc
20 changed files with 387 additions and 385 deletions
|
|
@ -4,6 +4,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\Tenancy\Events;
|
||||
|
||||
class TenantReadied extends Contracts\TenantEvent
|
||||
class CreatingPendingTenant extends Contracts\TenantEvent
|
||||
{
|
||||
}
|
||||
|
|
@ -4,6 +4,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\Tenancy\Events;
|
||||
|
||||
class PullingReadiedTenant extends Contracts\TenantEvent
|
||||
class PendingTenantCreated extends Contracts\TenantEvent
|
||||
{
|
||||
}
|
||||
|
|
@ -4,6 +4,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\Tenancy\Events;
|
||||
|
||||
class ReadiedTenantPulled extends Contracts\TenantEvent
|
||||
class PendingTenantPulled extends Contracts\TenantEvent
|
||||
{
|
||||
}
|
||||
|
|
@ -4,6 +4,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\Tenancy\Events;
|
||||
|
||||
class ReadyingTenant extends Contracts\TenantEvent
|
||||
class PullingPendingTenant extends Contracts\TenantEvent
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue