demo: reduce notification timeout

This commit is contained in:
Younes ENNAJI
2024-04-11 15:47:09 +00:00
parent 4edca9efd9
commit 3452651eac
@@ -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',