Skip to content

Commit

Permalink
Fixing dockblock plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
andretefras committed Feb 4, 2015
1 parent e93732d commit 87c13a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controller/Component/FlashComponent.php
Expand Up @@ -110,8 +110,8 @@ public function set($message, array $options = [])
* specific element from a plugin, you should set the `plugin` option in $args.
*
* For example: $this->Flash->warning('My message', ['plugin' => 'PluginName']) would
* use the warning.ctp element under `plugins/src/Template/Element/Flash` for rendering
* the flash message.
* use the warning.ctp element under `plugins/PluginName/src/Template/Element/Flash` for
* rendering the flash message.
*
* @param string $name Element name to use.
* @param array $args Parameters to pass when calling `FlashComponent::set()`.
Expand Down

0 comments on commit 87c13a6

Please sign in to comment.