We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de6feb commit 0491e29Copy full SHA for 0491e29
src/Query/Filter/Filter.php
@@ -2,7 +2,9 @@
2
3
namespace LdapRecord\Query\Filter;
4
5
-interface Filter extends \Stringable
+use Stringable;
6
+
7
+interface Filter extends Stringable
8
{
9
/**
10
* Compile the filter to its LDAP string representation.
0 commit comments