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

Delete extra @var lines

This commit is contained in:
lukinovec 2023-04-14 13:16:05 +02:00
parent a3c6ca4df8
commit d652029fc5
4 changed files with 0 additions and 4 deletions

View file

@ -19,7 +19,6 @@ class DeleteDatabase implements ShouldQueue
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* @var TenantWithDatabase&Model
* @param TenantWithDatabase&Model $tenant
*/
public function __construct(

View file

@ -16,7 +16,6 @@ class DeleteDomains
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* @var TenantWithDatabase&Model
* @param TenantWithDatabase&Model $tenant
*/
public function __construct(

View file

@ -18,7 +18,6 @@ class MigrateDatabase implements ShouldQueue
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* @var TenantWithDatabase&Model
* @param TenantWithDatabase&Model $tenant
*/
public function __construct(

View file

@ -18,7 +18,6 @@ class SeedDatabase implements ShouldQueue
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
/**
* @var TenantWithDatabase&Model
* @param TenantWithDatabase&Model $tenant
*/
public function __construct(