mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 21:54:03 +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
|
|
@ -12,8 +12,7 @@ class CreateTenantConnection
|
|||
{
|
||||
public function __construct(
|
||||
protected DatabaseManager $database,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(TenancyEvent $event): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@ class UseCentralConnection
|
|||
{
|
||||
public function __construct(
|
||||
protected DatabaseManager $database,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(TenancyEvent $event): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@ class UseTenantConnection
|
|||
{
|
||||
public function __construct(
|
||||
protected DatabaseManager $database,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(TenancyEvent $event): void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue