Skip to content

Commit

Permalink
style: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
adevade committed Dec 5, 2022
1 parent 42368a4 commit d4a755f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

$fileName = __DIR__ . DIRECTORY_SEPARATOR . $fileName . $className . '.php';
//$fileName = __DIR__ . DIRECTORY_SEPARATOR . $fileName . $namespace . '.php';

if (is_file($fileName)) {
require $fileName;

Expand Down

0 comments on commit d4a755f

Please sign in to comment.