예제 #1
0
 /**
  * Clear all of the instances from the container.
  *
  * @return void
  */
 public static function forgetInstances()
 {
     return static::$instance->forgetInstances();
 }