Skip to content

Commit

Permalink
Update IsOpen.php
Browse files Browse the repository at this point in the history
fix psr-4
  • Loading branch information
M4n0x authored Aug 2, 2021
1 parent e5ededb commit b589d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/Http/Search/Filters/Task/IsOpen.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Carbon\Carbon;
use App\Http\Search\Filters\Filter;

class isOpen implements Filter
class IsOpen implements Filter
{
/**
* Apply a given search value to the builder instance.
Expand Down

0 comments on commit b589d12

Please sign in to comment.