An error occurred while loading the file. Please try again.
-
Pierre-Antoine Rouby authored17bce9a2
<?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';
}