Skip to content

Commit

Permalink
Fixed used trait name
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk authored Feb 20, 2024
1 parent f09c477 commit 337c09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Record.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
abstract class Record
{
use Tools\Identifier;
use Tools\Ownership;
use Tools\Ownerable;
use Tools\Parametrized;
use Tools\Finishable;
use Tools\Hashable;
Expand Down

0 comments on commit 337c09c

Please sign in to comment.