Exemplo n.º 1
0
 public function refresh()
 {
     $this->user->refresh();
 }
Exemplo n.º 2
0
 public function refresh()
 {
     if ($this->user instanceof Refreshable) {
         $this->user->refresh();
     }
 }