diff --git a/plugins/Reply/Reply.php b/plugins/Reply/Reply.php index 4e1071da67..e9909a9373 100644 --- a/plugins/Reply/Reply.php +++ b/plugins/Reply/Reply.php @@ -1,6 +1,7 @@ . + // }}} namespace Plugin\Reply; @@ -28,7 +30,7 @@ use App\Entity\Note; use App\Util\Common; use App\Util\Exceptiion\InvalidFormException; use App\Util\Exception\RedirectException; -use Componenet\Posting; +use Component\Posting\Posting; use Symfony\Component\Form\Extension\Core\Type\FileType; use Symfony\Component\Form\Extension\Core\Type\HiddenType; use Symfony\Component\Form\Extension\Core\Type\SubmitType;