Skip to content

Commit

Permalink
Fix namespace of SourceIteratorInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitar-e-man authored and greg0ire committed Apr 18, 2019
1 parent 53f0390 commit af8723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/ModelManagerInterface.php
Expand Up @@ -13,11 +13,11 @@

namespace Sonata\AdminBundle\Model;

use Exporter\Source\SourceIteratorInterface;
use Sonata\AdminBundle\Admin\FieldDescriptionInterface;
use Sonata\AdminBundle\Datagrid\DatagridInterface;
use Sonata\AdminBundle\Datagrid\ProxyQueryInterface;
use Sonata\AdminBundle\Exception\ModelManagerException;
use Sonata\Exporter\Source\SourceIteratorInterface;

/**
* A model manager is a bridge between the model classes and the admin
Expand Down

0 comments on commit af8723a

Please sign in to comment.