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

Commit

Permalink
Fixing a typo in FileStorage.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Feb 2, 2014
1 parent 46d4973 commit c6cbd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/FileStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public function fileExtension($path) {
* @return \Gaufrette\Adapter
*/
public function getStorageAdapter($adapterName, $renewObject = false) {
return Storagemanager::adapter($adapterName, $renewObject);
return StorageManager::adapter($adapterName, $renewObject);
}

}

0 comments on commit c6cbd24

Please sign in to comment.