mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
demo: reduce notification timeout
This commit is contained in:
@@ -13,7 +13,7 @@ class HomeController extends AbstractController
|
||||
{
|
||||
$this->addFlash('success', 'welcome from php-flasher');
|
||||
|
||||
flash()->info('hello from Home Controller', ['timeout' => 5000000]);
|
||||
flash()->info('hello from Home Controller', ['timeout' => 60000]);
|
||||
|
||||
return $this->render('home/index.html.twig', [
|
||||
'controller_name' => 'HomeController',
|
||||
|
||||
Reference in New Issue
Block a user