Skip to content

Commit

Permalink
Update plugins/behaviour/taggable/src/Extension/Taggable.php
Browse files Browse the repository at this point in the history
Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
  • Loading branch information
laoneo and heelc29 committed Jun 5, 2022
1 parent c0dcbf2 commit 00fc446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/behaviour/taggable/src/Extension/Taggable.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public function onTableAfterLoad(AfterLoadEvent $event)
*/
public function onBeforeBatch(BeforeBatchEvent $event)
{
/** @var TableInterface $oldTable */
/** @var TableInterface $sourceTable */
$sourceTable = $event['src'];

if (!($sourceTable instanceof TaggableTableInterface))
Expand Down

0 comments on commit 00fc446

Please sign in to comment.