1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-25 03:43:33 +01:00

addFloatingFlash function

This commit is contained in:
FreeScout 2020-01-10 23:41:31 -08:00
parent 7a6480a5a1
commit f46c9847ce

View File

@ -1321,7 +1321,7 @@ class Helper
);
}
public static function addFlashMessage($text, $type = 'danger', $role = '')
public static function addFloatingFlash($text, $type = 'danger', $role = '')
{
$flashes = \Session::get('flashes_floating', []);