Example #1
0
 /**
  * Alias to Closure bindTo, rebinding delegate closure
  * @param object $object
  * @return self
  */
 public function bindTo($object)
 {
     return new self(Registry::bindTo($this, $object));
 }