Skip to content

Commit

Permalink
fix: variable unmachted!
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Oct 5, 2023
1 parent ea3ccb8 commit 9defb2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getArray($key = null, $values = null): array
return PublicationUsage::getArray($key, $values);
}

public function delete(string $usage): void
public function delete(string $usage_id): void
{
$usage = $this->getUsage($usage_id);
if (!is_null($usage)) {
Expand Down

0 comments on commit 9defb2c

Please sign in to comment.