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

Commit

Permalink
Update ModelManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgranberg committed Apr 7, 2014
1 parent 75af28a commit b31850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/ModelManager.php
Expand Up @@ -548,7 +548,7 @@ public function collectionRemoveElement(&$collection, &$element)
*/
public function getDataSourceIterator(DatagridInterface $datagrid, array $fields, $firstResult = null, $maxResult = null)
{
throw \RuntimeException("Datasourceiterator not implemented.");
throw new \RuntimeException("Datasourceiterator not implemented.");
}

/**
Expand Down

0 comments on commit b31850a

Please sign in to comment.