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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-09-30 08:39:18 +00:00
parent 75ce19e4a9
commit b211cf1caf

View file

@ -62,7 +62,7 @@ trait HasPending
]);
event(new PendingTenantCreated($tenant));
return $tenant;
}