Commit e832d172 authored by guilhermeblanco's avatar guilhermeblanco

[2.0] Fixed typo

parent 8b1e0d41
...@@ -104,7 +104,7 @@ abstract class AbstractFileDriver implements Driver ...@@ -104,7 +104,7 @@ abstract class AbstractFileDriver implements Driver
* *
* @return void * @return void
*/ */
public function getfileExtension() public function getFileExtension()
{ {
return $this->_fileExtension; return $this->_fileExtension;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment