mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added a clarifying comment
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f46ecf8ec0
commit
bb42109c0c
|
@ -27,6 +27,9 @@ class AssetRequest extends Request
|
|||
*/
|
||||
public function rules()
|
||||
{
|
||||
// Below, asset_tag is duplicated here and in the model, largely because
|
||||
// the functional tests will fail because of the way Form Requests work in
|
||||
// Laravel.
|
||||
$rules = [
|
||||
'asset_tag' => 'required|min:1|max:255|unique_undeleted',
|
||||
'name' => 'max:255|nullable',
|
||||
|
|
Loading…
Reference in a new issue