Skip to content

Commit

Permalink
Add FilesParam annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Sep 5, 2019
1 parent 76c2091 commit bf15810
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Annotation/FilesParam.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
/**
* This file is part of the Ray.WebContextParam.
*
* @license http://opensource.org/licenses/bsd-license.php MIT
*/
namespace Ray\WebContextParam\Annotation;

/**
* @Annotation
* @Target("METHOD")
*/
final class FilesParam extends AbstractWebContextParam
{
const GLOBAL_KEY = '_FILES';
}

0 comments on commit bf15810

Please sign in to comment.