Skip to content

Commit

Permalink
Small Bug Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan authored Feb 2, 2019
1 parent 9e1797f commit a200b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ protected function search_folders( $path ) {
}
}
} else {
$return = array( $this->trailingslashit( $path ) );
$return[] = array( $this->trailingslashit( $path ) );
}

return $return;
Expand Down

0 comments on commit a200b1b

Please sign in to comment.