Bootstrap.php 353 B

1234567891011121314151617181920212223
  1. <?php
  2. namespace addons\Authority\common\components;
  3. use Yii;
  4. use common\interfaces\AddonWidget;
  5. /**
  6. * Bootstrap
  7. *
  8. * Class Bootstrap
  9. * @package addons\Authority\common\config */
  10. class Bootstrap implements AddonWidget
  11. {
  12. /**
  13. * @param $addon
  14. * @return mixed|void
  15. */
  16. public function run($addon)
  17. {
  18. }
  19. }
粤ICP备19079148号