Failed to fetch fork details. Try again later.
-
Delaigue Olivier authored21bc95cc
Forked from
HYCAR-Hydro / airGR
Source project has a limited visibility.
<?php
/*
* Copyright (C) 2015 IRSTEA
* All rights reserved.
*/
namespace Irstea\FileUploadBundle;
/**
* Description of FileUploadEvents
*
* @author Guillaume Perréal <guillaume.perreal@irstea.fr>
*/
final class FileUploadEvents
{
const UPLOAD_COMPLETE = 'file_upload.complete';
}