コード例 #1
0
 /**
  * Add a new route parameter binder.
  *
  * @param  string           $key
  * @param  string|callable  $binder
  */
 protected function bind($key, $binder)
 {
     $this->router->bind($key, $binder);
 }