Skip to content

Commit

Permalink
🔤 BASE #292 removendo espaço
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Jan 27, 2024
1 parent 21e560d commit b573c1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
function formdin_autoload( $class_name )
{
$path = __DIR__.DS.$class_name.'.class.php';
if (!file_exists($path)){
if (!file_exists($path)){
return false;
}
require_once $path;
Expand Down

0 comments on commit b573c1c

Please sign in to comment.