orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
138 stars 34 forks source link

Add snake spaces to Resource label #7

Closed pqr closed 3 years ago

pqr commented 3 years ago

Example: I have a resource class class OceanRateImportSchemaResource extends Resource. On list screen I see a header "OceanRateImportSchemas" - without spaces between words.

image

This PR fixes:

image