Created autoload.php in test

This commit is contained in:
Netkas 2023-08-30 20:06:13 -04:00
parent dd3c659fe1
commit 99bdd933cd
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -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);
}