Skip to content

Commit

Permalink
OP-321: Update interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Jun 26, 2024
1 parent 7538c84 commit 9fc635b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Entity/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class Block implements BlockInterface
{
use ToggleableTrait;
use CollectionableTrait;
use CollectibleTrait;
use ChannelsAwareTrait;
use BlockContentAwareTrait;
use LocaleAwareTrait;
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/BlockInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
interface BlockInterface extends
ResourceInterface,
ToggleableInterface,
CollectionableInterface,
CollectibleInterface,
ChannelsAwareInterface,
BlockContentAwareInterface,
LocaleAwareInterface,
Expand Down

0 comments on commit 9fc635b

Please sign in to comment.