Skip to content

Commit

Permalink
Condition: Drop usage of trait Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Mar 19, 2021
1 parent 60a62f8 commit d5fd08d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Filter/Condition.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

namespace ipl\Stdlib\Filter;

use ipl\Stdlib\Properties;

abstract class Condition implements Rule, MetaDataProvider
{
use MetaData;
use Properties;

/** @var string */
protected $column;
Expand Down

0 comments on commit d5fd08d

Please sign in to comment.