Beispiel #1
0
 /**
  * Get the currently authenticated user or null.
  *
  * @return \Zizaco\Confide\ConfideUserInterface|null 
  * @static 
  */
 public static function user()
 {
     return \Zizaco\Confide\Confide::user();
 }