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

fix php cs fixer config

This commit is contained in:
Samuel Štancl 2022-09-29 15:37:01 +02:00
parent abbeae3072
commit 99b86bf07a
9 changed files with 10 additions and 9 deletions

View file

@ -19,7 +19,7 @@ class DeleteDatabase implements ShouldQueue
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
public function __construct(
protected TenantWithDatabase & Model $tenant,
protected TenantWithDatabase&Model $tenant,
) {
}