Skip to content

Commit

Permalink
Merge pull request #336 from HE-Arc/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
M4n0x authored Aug 2, 2021
2 parents 4767f76 + b589d12 commit b3f926e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion backend/app/Http/Search/Filters/Task/IsPrivate.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Database\Eloquent\Builder;
use App\Http\Search\Filters\Filter;

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

0 comments on commit b3f926e

Please sign in to comment.