Example #1
0
 /**
  * Determine if the application events have been scanned.
  *
  * @return bool 
  * @static 
  */
 public static function eventsAreScanned()
 {
     return \Illuminate\Foundation\Application::eventsAreScanned();
 }