id() public méthode

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