/**
  * {@inheritdoc}
  */
 public function scopeFor(Authorizable $authorizable)
 {
     return $authorizable->scope($this);
 }