refreshFor() публичный Метод

Clear the cache for the given authority.
public refreshFor ( Model $authority )
$authority Illuminate\Database\Eloquent\Model
Пример #1
0
 /**
  * Clear the cache for the given user.
  *
  * @param  \Illuminate\Database\Eloquent\Model  $user
  * @return $this
  */
 public function refreshFor(Model $user)
 {
     $this->clipboard->refreshFor($user);
     return $this;
 }