コード例 #1
0
ファイル: GeoApi.php プロジェクト: schlos/GreenAlert
 public static function boot()
 {
     parent::boot();
     // Setup event bindings...
     GeoApi::created(function ($project) {
     });
 }