Browse Source

Merge pull request #10516 from Theaxiom/patch-3

Update Plugin.php
Mark Story 9 years ago
parent
commit
61e1f0997a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Core/Plugin.php

+ 1 - 0
src/Core/Plugin.php

@@ -220,6 +220,7 @@ class Plugin
      *
      * @param array $options Options.
      * @return void
+     * @throws \Cake\Core\Exception\MissingPluginException
      */
     public static function loadAll(array $options = [])
     {