예제 #1
0
 /**
  * Get the rebound callbacks for a given type.
  *
  * @param  string  $abstract
  * @return array
  */
 protected static function getReboundCallbacks($abstract)
 {
     return static::$instance->getReboundCallbacks($abstract);
 }