예제 #1
0
 /**
  * Drop all of the stale instances and aliases.
  *
  * @param  string  $abstract
  * @return void
  */
 protected static function dropStaleInstances($abstract)
 {
     return static::$instance->dropStaleInstances($abstract);
 }