id() public method

Get the currently authenticated user's id
public id ( ) : mixed
return mixed
 /**
  * Get the currently authenticated user's id
  *
  * @return mixed 
  * @static 
  */
 public static function id()
 {
     return \App\Services\Access\Access::id();
 }