فهرست منبع

add missing interface

Bilal Amarni 8 سال پیش
والد
کامیت
c1bc50dd2a
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      doc/articles/plugins.md

+ 2 - 1
doc/articles/plugins.md

@@ -237,8 +237,9 @@ namespace My\Composer;
 use Composer\Composer;
 use Composer\IO\IOInterface;
 use Composer\Plugin\PluginInterface;
+use Composer\Plugin\Capable;
 
-class Plugin implements PluginInterface
+class Plugin implements PluginInterface, Capable
 {
     public function activate(Composer $composer, IOInterface $io)
     {