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

@@ -10,6 +10,7 @@
namespace Alchemy\Phrasea\Collection\Repository;
use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Collection\Collection;
use Alchemy\Phrasea\Collection\CollectionRepository;
use Doctrine\Common\Cache\Cache;
@@ -86,7 +87,7 @@ final class CachedCollectionRepository implements CollectionRepository
return null;
}
public function save(\collection $collection)
public function save(Collection $collection)
{
$this->repository->save($collection);