Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes case for indicate using labels #42

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

ryanmortier
Copy link

This PR will change the indicate using label to use lower case after the label.

Before:
CleanShot 2024-04-17 at 13 06 52

After: (notice the second word is lowercase)
CleanShot 2024-04-17 at 13 08 09

Copy link

what-the-diff bot commented Apr 17, 2024

PR Summary

  • Adopted Illuminate\Support\Str class to manage strings
    This PR introduces the usage of Illuminate\Support\Str class in various files. This class from Laravel's support package provides convenient methods that help to manipulate and analyze strings.

  • Implemented lowercasing of clauses across various filters
    Implemented consistent lowercasing of clauses in BooleanFilter.php, DateFilter.php, NumberFilter.php, and TextFilter.php using the Str::lower() function. This ensures uniformity in dealing with case-sensitivity while filtering results based on different parameters.

  • Updated display message in NumberFilter.php
    The display message in NumberFilter.php is now converted to lowercase to provide consistent messaging style across the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant