diff --git a/app/modules/Profiler/Domain/Profile.php b/app/modules/Profiler/Domain/Profile.php index b1aa780..a1904bb 100644 --- a/app/modules/Profiler/Domain/Profile.php +++ b/app/modules/Profiler/Domain/Profile.php @@ -24,7 +24,7 @@ class Profile innerKey: 'uuid', outerKey: 'profile_uuid', orderBy: ['order' => 'ASC'], - fkOnDelete: 'CASCADE' + fkOnDelete: 'CASCADE', )] public ArrayCollection $edges; diff --git a/app/modules/Profiler/Integration/CycleOrm/ProfileFactory.php b/app/modules/Profiler/Integration/CycleOrm/ProfileFactory.php index 1108fbe..2949d70 100644 --- a/app/modules/Profiler/Integration/CycleOrm/ProfileFactory.php +++ b/app/modules/Profiler/Integration/CycleOrm/ProfileFactory.php @@ -11,7 +11,6 @@ final readonly class ProfileFactory implements ProfileFactoryInterface { - public function create(string $name, array $tags, Peaks $peaks): Profile { return new Profile(