1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:14:04 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-09-29 13:08:06 +00:00
parent 2de182a260
commit e009f6700c

View file

@ -18,7 +18,8 @@ class CreateStorageSymlinks implements ShouldQueue
public function __construct(
public Tenant $tenant,
) {}
) {
}
public function handle(): void
{