Skip to content

Commit

Permalink
fix: method signature in interface fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettiBolognaise authored Nov 7, 2024
1 parent a22f8a2 commit 81a5ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/CruditEntityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ public function __toString(): string;

public function canEdit(): bool;

public function canDelete(): bool;
public function canDelete(): bool|string;
}

0 comments on commit 81a5ffb

Please sign in to comment.