Skip to content

Commit

Permalink
Fixed bug where items couldn't be added to /logistics/flesserke
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ff1cult0 committed Sep 25, 2024
1 parent 7354f03 commit ff3f992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Add extends \CommonBundle\Component\Form\Bootstrap\Form
{
protected $hydrator = \LogisticsBundle\Hydrator\FlesserkeCategory::class;
protected $hydrator = \LogisticsBundle\Hydrator\FlesserkeArticle::class;

/**
* @var Academic
Expand Down

0 comments on commit ff3f992

Please sign in to comment.