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:
parent
7a6480a5a1
commit
f46c9847ce
@ -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', []);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user