Example #1
0
 /**
  * Register a callback to run after loading the environment.
  *
  * @param \Closure $callback
  * @return void 
  * @static 
  */
 public static function afterLoadingEnvironment($callback)
 {
     //Method inherited from \Illuminate\Foundation\Application
     \October\Rain\Foundation\Application::afterLoadingEnvironment($callback);
 }