mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 23:14:03 +00:00
Delete extra @var lines
This commit is contained in:
parent
a3c6ca4df8
commit
d652029fc5
4 changed files with 0 additions and 4 deletions
|
|
@ -19,7 +19,6 @@ class DeleteDatabase implements ShouldQueue
|
||||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var TenantWithDatabase&Model
|
|
||||||
* @param TenantWithDatabase&Model $tenant
|
* @param TenantWithDatabase&Model $tenant
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ class DeleteDomains
|
||||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var TenantWithDatabase&Model
|
|
||||||
* @param TenantWithDatabase&Model $tenant
|
* @param TenantWithDatabase&Model $tenant
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ class MigrateDatabase implements ShouldQueue
|
||||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var TenantWithDatabase&Model
|
|
||||||
* @param TenantWithDatabase&Model $tenant
|
* @param TenantWithDatabase&Model $tenant
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ class SeedDatabase implements ShouldQueue
|
||||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var TenantWithDatabase&Model
|
|
||||||
* @param TenantWithDatabase&Model $tenant
|
* @param TenantWithDatabase&Model $tenant
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue