X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsearch%2FSearchDatabase.php;h=d51e525b606841d1e78cb4672f0cb8fb11b1ccff;hb=488a647831011f8d1e8f8969ee7ae04d2498366f;hp=38c60d0bec74cd254c5000e184278bdad842d069;hpb=5c68ea56aa61bb745cb6bc4b26b559e36a462f6a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/SearchDatabase.php b/includes/search/SearchDatabase.php index 38c60d0bec..d51e525b60 100644 --- a/includes/search/SearchDatabase.php +++ b/includes/search/SearchDatabase.php @@ -21,6 +21,8 @@ * @ingroup Search */ +use Wikimedia\Rdbms\IDatabase; + /** * Base search engine base class for database-backed searches * @ingroup Search