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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-08-30 03:46:17 +00:00
parent 8af354c20e
commit 3605252d85
5 changed files with 9 additions and 5 deletions

View file

@ -20,7 +20,8 @@ class DeleteDatabase implements ShouldQueue
public function __construct(
protected TenantWithDatabase&Model $tenant,
) {}
) {
}
public function handle(): void
{