PATH:
home
/
lab2454c
/
westernclear.net
/
vendor
/
realrashid
/
sweet-alert
/
src
/
Storage
<?php namespace RealRashid\SweetAlert\Storage; interface SessionStore { /** * Flash some data into the session. * * @param $name * @param $data */ public function flash($name, $data); }
[-] SessionStore.php
[edit]
[+]
..
[-] AlertSessionStore.php
[edit]