This commit is contained in:
Thomas Zilio 2018-07-19 17:49:41 +02:00
parent 5894536ad2
commit f5c6275716
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ function setting($nome, $again = false)
*/
function flash()
{
return \flash();
return App::flash();
}
/**