Example #1
0
 /**
  * Determine if the application is ready for responses.
  *
  * @return bool 
  * @static 
  */
 public static function readyForResponses()
 {
     return \Illuminate\Foundation\Application::readyForResponses();
 }