diff --git a/src/ncc/Managers/ProjectManager.php b/src/ncc/Managers/ProjectManager.php index f5e5f1f..ae3eccc 100644 --- a/src/ncc/Managers/ProjectManager.php +++ b/src/ncc/Managers/ProjectManager.php @@ -79,7 +79,7 @@ } // Detect if the folder exists or not - if(!file_exists($path) || !is_dir($path)) + if(!is_dir($path)) { throw new PathNotFoundException($path); }