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

Merge branch 'master' of github.com:archtechx/tenancy

This commit is contained in:
Samuel Štancl 2022-09-29 23:40:41 +02:00
commit 137d80a20c
5 changed files with 10 additions and 5 deletions

View file

@ -12,7 +12,8 @@ class CreateTenantConnection
{
public function __construct(
protected DatabaseManager $database,
) {}
) {
}
public function handle(TenantEvent $event): void
{