X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fqrcode%2Fqrcode.php;h=34eef8be3fe88ca23c0f00cdeaa9c444795075be;hb=dea72c711ff740b3b829d238fcf85648465143a0;hp=4b59caa03e61db70ebeef68a4626c751ae034bb8;hpb=1004742f09b55ff781c13745781b9a7e90986faa;p=github%2Fshaarli%2FShaarli.git diff --git a/plugins/qrcode/qrcode.php b/plugins/qrcode/qrcode.php index 4b59caa0..34eef8be 100644 --- a/plugins/qrcode/qrcode.php +++ b/plugins/qrcode/qrcode.php @@ -5,6 +5,9 @@ * Display a QRCode icon in link list. */ +use Shaarli\Plugin\PluginManager; +use Shaarli\Router; + /** * Add qrcode icon to link_plugin when rendering linklist. *