Skip to content

Commit

Permalink
updated doc block for flashMessegner
Browse files Browse the repository at this point in the history
Please verify.
If so, flash messenger examples in the docs should also be updated accordingly (i.e. looping through the namespaced messages)
  • Loading branch information
pine3ree committed Aug 21, 2014
1 parent 52e569c commit 742326d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Phlyty/App.php
Expand Up @@ -602,11 +602,11 @@ public function urlFor($route = null, array $params = [], array $options = [])
}

/**
* Create or retrieve a flash message
* Create a flash message or retrieve the flash messages for a specific namespace
*
* @param string $name
* @param null|string $message
* @return App|string
* @return App|array
*/
public function flash($name, $message = null)
{
Expand Down

0 comments on commit 742326d

Please sign in to comment.