Skip to content

Commit

Permalink
Allow version 1.17.0 of spryker/propel-orm (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rose authored Jul 25, 2022
1 parent 51a0dd8 commit e4d2700
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/FondOfCodeception/Builder/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ public function getPostSaveExtensionPlugins(): array
{
return [];
}

/**
* @return array<\Spryker\Zed\PropelOrmExtension\Dependency\Plugin\PostUpdateExtensionPluginInterface>
*/
public function getPostUpdateExtensionPlugins(): array
{
return [];
}

/**
* @return array<\Spryker\Zed\PropelOrmExtension\Dependency\Plugin\PostDeleteExtensionPluginInterface>
*/
public function getPostDeleteExtensionPlugins(): array
{
return [];
}
};
}
}

0 comments on commit e4d2700

Please sign in to comment.