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

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2025-11-04 15:55:46 +00:00
parent 41c18cfe14
commit cb91083024

View file

@ -4,10 +4,10 @@ declare(strict_types=1);
namespace Stancl\Tenancy\ResourceSyncing\Listeners;
use Stancl\Tenancy\Listeners\QueueableListener;
use Stancl\Tenancy\Events\TenantDeleted;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Schema;
use Stancl\Tenancy\Events\TenantDeleted;
use Stancl\Tenancy\Listeners\QueueableListener;
/**
* When a tenant is deleted, clean up pivot records related to that tenant.