X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fcache%2Flocalisation%2FLCStoreDB.php;h=c57145c04d8611be5ba269ba3c8cff78bcac44f5;hp=e7e2d10308f8d94433acb0fec0634b833237786d;hb=6c9a2923fe1ee3a65cb027be5e781772f2b12fbd;hpb=adae996840b9e782f6e14b21c433a83e37c3a74e diff --git a/includes/cache/localisation/LCStoreDB.php b/includes/cache/localisation/LCStoreDB.php index e7e2d10308..c57145c04d 100644 --- a/includes/cache/localisation/LCStoreDB.php +++ b/includes/cache/localisation/LCStoreDB.php @@ -18,6 +18,9 @@ * @file */ +use Wikimedia\Rdbms\IDatabase; +use Wikimedia\Rdbms\DBQueryError; + /** * LCStore implementation which uses the standard DB functions to store data. * This will work on any MediaWiki installation.