Example #1
0
 /**
  * Get the path to the scanned events file.
  *
  * @return string 
  * @static 
  */
 public static function getScannedEventsPath()
 {
     return \Illuminate\Foundation\Application::getScannedEventsPath();
 }