Fix funzione directory

This commit is contained in:
Thomas Zilio 2019-02-12 09:35:53 +01:00
parent 7a2c321352
commit 1d89f3b5af
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class FileSystem
*
* @return bool
*/
public function directory($path)
public static function directory($path)
{
if (is_dir($path) && is_writable($path)) {
return true;