block naming

Permalink
Hello,

I have block in a site with the folder name "custom_highlight_01" the class in the controller is defined as:

CustomHighlight01BlockController


I wonder if naming blocks in this way is allowed. When I updated the site to 5.6 I get the following error:

/concrete/blocks/custom_highlight01/controller.php): failed to open stream: No such file or directory


As you can see the path is incorrect 'custom_highlight01' should be 'custom_highlight_01'.