Example #1
0
 /**
  * Get the custom Monolog configurator for the application.
  *
  * @return callable 
  * @static 
  */
 public static function getMonologConfigurator()
 {
     return \Illuminate\Foundation\Application::getMonologConfigurator();
 }