WIP Extract collection service

This commit is contained in:
Aztech
2015-07-10 10:09:35 +02:00
parent 07c0691092
commit 616f57e8ed
7 changed files with 829 additions and 468 deletions

View File

@@ -2,6 +2,7 @@
namespace Alchemy\Phrasea\Collection\Repository;
use Alchemy\Phrasea\Collection\Collection;
use Alchemy\Phrasea\Collection\CollectionRepository;
class ArrayCacheCollectionRepository implements CollectionRepository
@@ -48,7 +49,7 @@ class ArrayCacheCollectionRepository implements CollectionRepository
return null;
}
public function save(\collection $collection)
public function save(Collection $collection)
{
$this->collectionRepository->save($collection);