示例#1
0
 /**
  * Fire the "rebound" callbacks for the given abstract type.
  *
  * @param  string  $abstract
  * @return void
  */
 protected static function rebound($abstract)
 {
     return static::$instance->rebound($abstract);
 }