Example #1
0
 public static function fromKey($pk)
 {
     return Session::first("sessionId=" . safeSQLString($pk));
 }