Skip to content

Commit

Permalink
Remove $pinned property from new filter stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Mar 7, 2023
1 parent bd16164 commit 7a5f75f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Console/Commands/stubs/filter.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ use Statamic\Query\Scopes\Filter;

class DummyClass extends Filter
{
/**
* Pin the filter.
*
* @var bool
*/
public $pinned = false;

/**
* Define the filter's title.
*
Expand Down

0 comments on commit 7a5f75f

Please sign in to comment.