mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-3519_filesystem-atomic-move
WIP extend filesystem (no change yet)
This commit is contained in:
@@ -17,11 +17,11 @@ use MediaAlchemyst\Specification\SpecificationInterface;
|
||||
class FilesystemService
|
||||
{
|
||||
/**
|
||||
* @var \Symfony\Component\Filesystem\Filesystem
|
||||
* @var PhraseanetFilesystem
|
||||
*/
|
||||
private $filesystem;
|
||||
|
||||
public function __construct(\Symfony\Component\Filesystem\Filesystem $filesystem)
|
||||
public function __construct(PhraseanetFilesystem $filesystem)
|
||||
{
|
||||
$this->filesystem = $filesystem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user