user() public method

Get the currently authenticated user or null.
public user ( )
 /**
  * Get the currently authenticated user or null.
  *
  * @static 
  */
 public static function user()
 {
     return \App\Services\Access\Access::user();
 }