Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
correct some class namespaces for core changes to psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh committed Aug 29, 2015
1 parent d1756fb commit 7240b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Form/Type/FilterType.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
use Zikula\Module\CategoriesModule\Form\Type\CategoryType;
use Zikula\CategoriesModule\Form\Type\CategoryType;

class FilterType extends AbstractType
{
Expand Down
2 changes: 1 addition & 1 deletion Form/Type/PageType.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
use Zikula\Module\CategoriesModule\Form\Type\CategoryType;
use Zikula\CategoriesModule\Form\Type\CategoryType;
use Zikula\Bundle\FormExtensionBundle\Form\DataTransformer\NullToEmptyTransformer;
use Symfony\Component\Form\FormEvent;
use Symfony\Component\Form\FormEvents;
Expand Down

0 comments on commit 7240b6a

Please sign in to comment.