mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-15 05:24:04 +00:00
Enable single_line_empty_body phpcsfixer rule
This commit is contained in:
parent
a41ad69023
commit
1d80604cff
77 changed files with 77 additions and 198 deletions
|
|
@ -25,8 +25,7 @@ class CreateDatabase implements ShouldQueue
|
|||
|
||||
public function __construct(
|
||||
protected TenantWithDatabase&Model $tenant,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(DatabaseManager $databaseManager): bool
|
||||
{
|
||||
|
|
|
|||
|
|
@ -18,8 +18,7 @@ class CreateStorageSymlinks implements ShouldQueue
|
|||
|
||||
public function __construct(
|
||||
public Tenant $tenant,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -20,8 +20,7 @@ class DeleteDatabase implements ShouldQueue
|
|||
|
||||
public function __construct(
|
||||
protected TenantWithDatabase&Model $tenant,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,8 +19,7 @@ class MigrateDatabase implements ShouldQueue
|
|||
|
||||
public function __construct(
|
||||
protected TenantWithDatabase&Model $tenant,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,8 +19,7 @@ class SeedDatabase implements ShouldQueue
|
|||
|
||||
public function __construct(
|
||||
protected TenantWithDatabase&Model $tenant,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue