Skip to content

Commit

Permalink
Merge pull request #11 from ripaclub/develop
Browse files Browse the repository at this point in the history
0.3.1
  • Loading branch information
leodido committed Nov 4, 2014
2 parents d2a9526 + 6611354 commit da947a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ public function createServiceWithName(ServiceLocatorInterface $serviceLocator, $
$config = $this->getConfig($serviceLocator)[$requestedName];

$storage = new FileSystemAdapter();
return $storage->setPath(realpath($config['path']));
$storage->setPath(realpath($config['path']));
$storage->setResolver($serviceLocator->get($config['resolver']));
return $storage;
}

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!.gitignore

0 comments on commit da947a9

Please sign in to comment.