Updated dependencies; Fixed codeformatting and phpstan

This commit is contained in:
Constantin Graf
2024-07-31 12:53:41 +02:00
committed by Constantin Graf
parent 5b7df869ad
commit d8968399d6
78 changed files with 1038 additions and 1148 deletions

View File

@@ -6,6 +6,7 @@ namespace App\Events;
use App\Models\Organization;
use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Queue\SerializesModels;
/**
* This event is fired after an organization has been created.
@@ -14,6 +15,7 @@ use Illuminate\Foundation\Events\Dispatchable;
class AfterCreateOrganization
{
use Dispatchable;
use SerializesModels;
public Organization $organization;