Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/Persistence/Persistors/DeletePersistor.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Carbon\CarbonImmutable;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\DB;
use Override;

/**
* @template TEntity of object
Expand Down Expand Up @@ -49,7 +48,6 @@ class DeletePersistor implements Persistor
* @param class-string<TEntity> $entityClassName
* @param bool $force
*/
#[Override]
public function __construct(string $entityClassName, bool $force = false)
{
$this->entityReflection = EntityReflection::new($entityClassName);
Expand Down